Re-enable __index__ for Py_ssize_t, fix refcount error in that function
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 1 Nov 2007 01:46:51 +0000 (18:46 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 1 Nov 2007 01:46:51 +0000 (18:46 -0700)
commit24d1ae0fc8a9d2943bd31824d0eba840c492088a
tree9bd0cdf8319b322ada65da8a24f3555a938e7e39
parent2e77c5d3e346eb5236dd6fe75dae689df036dde8
Re-enable __index__ for Py_ssize_t, fix refcount error in that function
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py