]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Only call sq_length in Sequence_GetItem for negative index.
authorGuido van Rossum <guido@python.org>
Sat, 9 Nov 1996 22:32:05 +0000 (22:32 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 9 Nov 1996 22:32:05 +0000 (22:32 +0000)
commit08ef9d98b2530d0a8e835ef4fb0a2a5f8bf64ced
treedc9b3baa4e73a2b0c98dd50be06731ad07cae7cb
parent115c1144ea5298b0c2e839412b5b98b11d840be9
Only call sq_length in Sequence_GetItem for negative index.
Objects/abstract.c