PyObject -> Py_ssize_t now uses __index__ rather than __int__ (even in function signa...
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 19 Aug 2007 00:40:39 +0000 (17:40 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 19 Aug 2007 00:40:39 +0000 (17:40 -0700)
commit57edf1057deee69d6659f1ccce7d9a1fdae63d3c
tree1b076bac9034c43b5535ab39e78e104604b9e23e
parenta51cac493e3444d557daf76ea95a2407fa5afe20
PyObject -> Py_ssize_t now uses __index__ rather than __int__ (even in function signatures)
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py