]> 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 19:00:09 +0000 (19:00 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 6 Mar 2007 19:00:09 +0000 (19:00 +0000)
commit62b1b001e6798ed178e1c65d26d4e031ca00ff39
treefcf9a4ccc2b90632883b62f04f60bb58003e4585
parent2230d98048be1a20bd177ea72b2124941cd1d9ea
Patch #1654417: make operator.{get,set,del}slice use the full range
of Py_ssize_t.
 (backport from rev. 54177)
Lib/test/test_operator.py
Misc/NEWS
Modules/operator.c