fix compiler crash in Py3 on negative Py2 octal integer literals (e.g. -012)
authorStefan Behnel <scoder@users.berlios.de>
Fri, 12 Nov 2010 09:41:59 +0000 (10:41 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 12 Nov 2010 09:41:59 +0000 (10:41 +0100)
commitd1170ab8540f6d7f2fdbc4862fac01bad5aaa263
treebc994148a13b762d2a0133d52074b3e134ffb923
parent2546c8c56cc5653b0904a96c1344b2a6f9e6714c
fix compiler crash in Py3 on negative Py2 octal integer literals (e.g. -012)
Cython/Compiler/ExprNodes.py
tests/run/int_literals.pyx