]> granicus.if.org Git - python/commit
Patch #1654417: make operator.{get,set,del}slice use the full range
authorGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 18:59:11 +0000 (18:59 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 18:59:11 +0000 (18:59 +0000)
commit40c626159d8da4b241980deb1f356b62a101bd51
tree5affa11622b32422d6d8215fd2ded62329ae7d9e
parent667eb7c8536661f1b4648ed5c2d1155b585a3b01
Patch #1654417: make operator.{get,set,del}slice use the full range
of Py_ssize_t.
Lib/test/test_operator.py
Misc/NEWS
Modules/operator.c