]> granicus.if.org Git - python/commit
Allow using long integers as arguments to PyObject_GetItem(), _SetItem(),
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 23 Feb 2000 22:21:50 +0000 (22:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 23 Feb 2000 22:21:50 +0000 (22:21 +0000)
commit0f223d241854934cb0631e578381db59f6059af7
treea628bc17f2907aac1febc4b3551b0743a4eb16f6
parent2194b165db0e04a68acff21f3e873c376a7f4767
Allow using long integers as arguments to PyObject_GetItem(), _SetItem(),
    and _DelItem().
In sequence multiplication by a long, only call PyErr_Occurred() when the
    value returned is -1.
Objects/abstract.c