projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01607f4
)
fix identifier handling: must not use encoding
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 14 Oct 2009 09:46:38 +0000
(11:46 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 14 Oct 2009 09:46:38 +0000
(11:46 +0200)
Cython/Compiler/Scanning.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Scanning.py
b/Cython/Compiler/Scanning.py
index 53c0201bcccff90604e6e7f0c36e57868d3badd4..456b3dce4ef52d415c548bd877a306ae1950a9b5 100644
(file)
--- 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: