fix unprefixed strings with non-UTF8 source code encoding in Py3
authorStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 17:25:21 +0000 (19:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 17:25:21 +0000 (19:25 +0200)
commit746b4127cd13346cf01680e91edb9452462276ce
tree41843ba5da5854fa03dd817f22a6570d3901653f
parent115ef7f8122b4e2fad267356fac27d07fa13e1c9
fix unprefixed strings with non-UTF8 source code encoding in Py3
Cython/Compiler/Code.py