Allow single-character ascii strings to be treated as c character literals.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 28 Feb 2008 20:43:28 +0000 (12:43 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 28 Feb 2008 20:43:28 +0000 (12:43 -0800)
commitf7b4f6fe166688980a2d1e1d711b28cbbec55a49
treec0ddaf17c5412a22a929f412e0b7a86ac24a8bde
parentf5aeb3754f2b175946b3cffcb784ad3b0fb421ab
Allow single-character ascii strings to be treated as c character literals.
Cython/Compiler/ExprNodes.py