when C compiling original Cython/Py2 sources in Py3, interpret unprefixed string...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 16:04:55 +0000 (18:04 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 16:04:55 +0000 (18:04 +0200)
commit6a776268d45049eca6170b22e2acecf42cdab449
treee870637e62a6c69052f6fb55beac35aaf3d3e126
parent094bda2fbcdc4360327b23e38dd3c022b106cba2
when C compiling original Cython/Py2 sources in Py3, interpret unprefixed string literals as CPython's parser would
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
tests/run/strliterals.pyx