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)
commit756d0872263f142c273b92e1ce1ebb5ebb1f4d92
treee870637e62a6c69052f6fb55beac35aaf3d3e126
parent4bcec472d3652ed8cb5e1012142a544f4fa3c82b
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