fixes int/long type slots in Py2/Py3 (ticket #287)
authorLisandro Dalcin <dalcinl@gmail.com>
Thu, 23 Apr 2009 21:09:53 +0000 (18:09 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Thu, 23 Apr 2009 21:09:53 +0000 (18:09 -0300)
commit8aedb60cf7433b239ad682beaefd6fec6650bc24
tree2b8bf502c79f827baf33589d8cf790efa7f98374
parente49d3c7a7a9b117484bbe44353e2392f8004abc5
fixes int/long type slots in Py2/Py3 (ticket #287)
Cython/Compiler/PyrexTypes.py
Cython/Compiler/TypeSlots.py
tests/run/c_int_types_T255.pyx
tests/run/type_slots_int_long_T287.pyx [new file with mode: 0644]