Fix error when the first statement of Module/Function/Class is a litteral string
authorQuentin Poirier <qpoirier@itrust.fr>
Thu, 11 Oct 2012 08:38:11 +0000 (10:38 +0200)
committerQuentin Poirier <qpoirier@itrust.fr>
Thu, 11 Oct 2012 08:38:11 +0000 (10:38 +0200)
commit5dd16c54d4efee2ea7fb8b8c97da57cbabf3a3dc
treeda9361d26b1b71e29f7c9ec1c1d24a2ad6624c94
parent6184fab94902acbd4f4000e49a54e123d97e5eb6
Fix error when the first statement of Module/Function/Class is a litteral string
that does not end by a new line
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py