From: Stefan Behnel Date: Wed, 14 Oct 2009 09:46:38 +0000 (+0200) Subject: fix identifier handling: must not use encoding X-Git-Tag: 0.13.beta0~2^2~121^2~68 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91c8955cbef0e6e417fd412516621c75e832acb1;p=cython.git fix identifier handling: must not use encoding --- diff --git a/Cython/Compiler/Scanning.py b/Cython/Compiler/Scanning.py index 53c0201b..456b3dce 100644 --- a/Cython/Compiler/Scanning.py +++ b/Cython/Compiler/Scanning.py @@ -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: