projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a5b5f
)
fix source comments for non-ASCII characters
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 18 Oct 2009 15:58:18 +0000
(17:58 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 18 Oct 2009 15:58:18 +0000
(17:58 +0200)
Cython/Compiler/Code.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Code.py
b/Cython/Compiler/Code.py
index 23f5cf60c03db9992a011f55e84841cbf64fe831..45b880f90646378f4ac2b018f0c98c5485d80737 100644
(file)
--- a/
Cython/Compiler/Code.py
+++ b/
Cython/Compiler/Code.py
@@
-749,7
+749,7
@@
class GlobalState(object):
u'/*', u'/[inserted by cython to avoid comment start]*'
)
for line in source_desc.get_lines(encoding='ASCII',
- error_handling='
replac
e')]
+ error_handling='
ignor
e')]
if len(F) == 0: F.append(u'')
self.input_file_contents[source_desc] = F
return F