]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for
authorMichael W. Hudson <mwh@python.net>
Mon, 29 Jul 2002 14:35:04 +0000 (14:35 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 29 Jul 2002 14:35:04 +0000 (14:35 +0000)
commit56796f672fb571d80199cf08aa059db9df55257b
tree36db817cd703a8c79f44d96f678ed6ba1e399d13
parent085358a3e208b4825dafa829798cfc125f56a2e4
Fix for

[ 587875 ] crash on deleting extended slice

The array code got simpler, always a good thing!
Lib/test/test_array.py
Lib/test/test_types.py
Modules/arraymodule.c
Objects/listobject.c