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

Nick Coghlan report at bugs.python.org
Tue Jan 11 18:14:39 CET 2011


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

Having started work on this, the code changes are probably too significant to consider adding it to 3.2 at this late stage.

Writing my own slice interpretation support which avoids the ssize_t limit is an interesting exercise :)

----------
versions: +Python 3.3

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


More information about the Python-bugs-list mailing list