fix identifier handling: must not use encoding
authorStefan Behnel <scoder@users.berlios.de>
Wed, 14 Oct 2009 09:46:38 +0000 (11:46 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 14 Oct 2009 09:46:38 +0000 (11:46 +0200)
Cython/Compiler/Scanning.py

index 53c0201bcccff90604e6e7f0c36e57868d3badd4..456b3dce4ef52d415c548bd877a306ae1950a9b5 100644 (file)
@@ -454,7 +454,6 @@ class PyrexScanner(Scanner):
                 sy = systring
             else:
                 systring = EncodedString(systring)
-                systring.encoding = self.source_encoding
         self.sy = sy
         self.systring = systring
         if False: # debug_scanner: