Commit 4dc75c49 authored by Stefan Behnel's avatar Stefan Behnel

minor code cleanup

parent 82bdda3a
...@@ -251,7 +251,7 @@ def strip_string_literals(code, prefix='__Pyx_L'): ...@@ -251,7 +251,7 @@ def strip_string_literals(code, prefix='__Pyx_L'):
in_quote = False in_quote = False
hash_mark = single_q = double_q = -1 hash_mark = single_q = double_q = -1
code_len = len(code) code_len = len(code)
quote_type = None quote_type = quote_len = None
while True: while True:
if hash_mark < q: 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