[issue10889] Fix range slicing and indexing to handle lengths > sys.maxsize
Nick Coghlan
report at bugs.python.org
Wed Jan 12 04:21:57 CET 2011
Nick Coghlan <ncoghlan at gmail.com> added the comment:
Committed as r87948.
I added a few large_range tests to those in the patch. I checked that IndexError is raised when appropriate, as well as a specific test for the combination of a large range with a large negative step.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10889>
_______________________________________
More information about the Python-bugs-list
mailing list