better Py -> C conversion for integral types (ticket #255) 0.11.1.beta
authorLisandro Dalcin <dalcinl@gmail.com>
Mon, 6 Apr 2009 16:51:24 +0000 (13:51 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Mon, 6 Apr 2009 16:51:24 +0000 (13:51 -0300)
commit644238bd7e9d71f56abea13bca7136da259881c9
tree62837168f610bf76e0117f63ddca4ed3578aff56
parent7b052e864c6f7348c70da4f0e26afe25df949c78
better Py -> C conversion for integral types (ticket #255)
Cython/Compiler/ModuleNode.py
Cython/Compiler/PyrexTypes.py
Cython/Utils.py
tests/bugs/c_int_types_T255.pyx [new file with mode: 0644]