[issue2582] Unpickling of range objects fail in Py3k

Alexandre Vassalotti report at bugs.python.org
Fri Jun 6 01:16:24 CEST 2008


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

xrange() in Python 2.x is also affected by this bug. So, here is the fix.

----------
versions: +Python 2.5, Python 2.6
Added file: http://bugs.python.org/file10532/fix_xrange_pickling.patch

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


More information about the Python-bugs-list mailing list