* handle negative indices in __Pyx_(Get|Set|Del)ItemInt_Fast() for lists and tuples
(not optimising the generic case here as it has a couple of tricky error cases) * replaced DECREF(PyList_GET_ITEM()) by separate GET+SET+DECREF calls to prevent inconsistent list states during DECREF()
Showing
Please register or sign in to comment