[issue10889] Fix range slicing and indexing to handle lengths > sys.maxsize

Nick Coghlan report at bugs.python.org
Tue Jan 11 19:19:44 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Attached patch moves range indexing and slicing over to PyLong and updates the tests accordingly.

Georg, I think this really makes the large range story far more usable - if you're OK with it, I would like to check it in this week so it lands in 3.2.

----------
assignee: ncoghlan -> georg.brandl
keywords: +patch
nosy: +georg.brandl
versions: +Python 3.2 -Python 3.3
Added file: http://bugs.python.org/file20355/issue10889_range_subscripts.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10889>
_______________________________________


More information about the Python-bugs-list mailing list