Commit 49cbeb03 authored by Stefan Behnel's avatar Stefan Behnel

minor code cleanup

--HG--
extra : transplant_source : 8wv%A8%80%0B%7D%CA7%C8%10%B7%E4-I%F4%D0%29%D7%CC
parent e701004a
......@@ -251,7 +251,7 @@ def strip_string_literals(code, prefix='__Pyx_L'):
in_quote = False
hash_mark = single_q = double_q = -1
code_len = len(code)
quote_type = None
quote_type = quote_len = None
while True:
if hash_mark < q:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment