]> granicus.if.org Git - python/commit
Use _PyEval_SliceIndex to handle list.index() calls with
authorWalter Dörwald <walter@livinglogic.de>
Tue, 17 Jun 2003 19:27:39 +0000 (19:27 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 17 Jun 2003 19:27:39 +0000 (19:27 +0000)
commite8049befdfa75501762f7b8afdf06335a2f6acba
tree4fe9873b63f2f55e6e5a18ea11341509fd8bc533
parent8e9b80fd561e68574ee313f32d3fd6cde59d7723
Use _PyEval_SliceIndex to handle list.index() calls with
huge start and stop arguments. Add tests.
Lib/test/test_types.py
Objects/listobject.c