parse integer literals differently based on the type of source file: .pyx vs. .py...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 14 Nov 2010 16:24:42 +0000 (17:24 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 14 Nov 2010 16:24:42 +0000 (17:24 +0100)
commitac32ea7af864e8cf5e176a89ad7bcc4c1dcd19e0
tree2807696303c0c1ecb8a43f638bb9d6e8e8885c9b
parenta22080cb5b9ecae7a4887c9b4d73895c1a55d841
parse integer literals differently based on the type of source file: .pyx vs. .py, Py2 vs. Py3 mode
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py
tests/errors/e_int_literals_py2.py [new file with mode: 0644]
tests/errors/e_int_literals_py3.py [new file with mode: 0644]
tests/run/cython3.pyx