]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in assign_slice for negative index; used length of wrong object!
authorGuido van Rossum <guido@python.org>
Fri, 10 Jan 1992 00:28:07 +0000 (00:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Jan 1992 00:28:07 +0000 (00:28 +0000)
commit626dae7a4269a9d2f3708e57080995cbf60289eb
tree56edd1695a42396f62d1a609f59bdbceecf3e24a
parent70083dee1203992fff93c0d659df51c6286c3e19
Fix bug in assign_slice for negative index; used length of wrong object!
Python/ceval.c