[issue1533] Bug in range() function for large values

Alexander Belopolsky report at bugs.python.org
Mon May 3 05:43:49 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Attached patch, issue1533.diff, simplifies reference acrobatics at the expense of extra local variables.  For the first time the first compilation did not have reference counting errors!

----------
Added file: http://bugs.python.org/file17189/issue1533.diff

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


More information about the Python-bugs-list mailing list