[issue16029] pickle.dumps(xrange(sys.maxsize)) produces xrange(0)

Mark Dickinson report at bugs.python.org
Tue Sep 25 15:20:30 CEST 2012


Mark Dickinson added the comment:

Whoops; there's no need to iterate over pickle protocols in test_repr.  New patch.

----------
Added file: http://bugs.python.org/file27296/xrange_reduce_repr_3.patch

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


More information about the Python-bugs-list mailing list