clean up GetItemInt code and fix negative indexing of objects with length > max(Py_ss...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 09:26:07 +0000 (10:26 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 09:26:07 +0000 (10:26 +0100)
commit3cc3601c0344e49b08407d8ad329a1dc236b81ea
tree7fd97ec8cc8540194ba396066705c4b391e1aac4
parentac90a80ac8d1210b5968fc66735a10303a76194e
clean up GetItemInt code and fix negative indexing of objects with length > max(Py_ssize_t)
Cython/Utility/ObjectHandling.c
tests/run/index.pyx