make IntNode smarter about the type of integer it chooses for its value, promote...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 12 Nov 2010 21:10:23 +0000 (22:10 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 12 Nov 2010 21:10:23 +0000 (22:10 +0100)
commiteccbee0913797065e970915c091e6027a1ebcfe1
tree49b92059347445f0ba61159cd086f04e72501c6c
parentf070108ea037bd4e35172183fed4d036f4a125b8
make IntNode smarter about the type of integer it chooses for its value, promote plain >=32bit literals to Python objects to make sure their values pass through the C code
Cython/Compiler/ExprNodes.py