Commit 91c8955c authored by Stefan Behnel's avatar Stefan Behnel

fix identifier handling: must not use encoding

parent 01607f46
...@@ -454,7 +454,6 @@ class PyrexScanner(Scanner): ...@@ -454,7 +454,6 @@ class PyrexScanner(Scanner):
sy = systring sy = systring
else: else:
systring = EncodedString(systring) systring = EncodedString(systring)
systring.encoding = self.source_encoding
self.sy = sy self.sy = sy
self.systring = systring self.systring = systring
if False: # debug_scanner: if False: # debug_scanner:
......
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