[issue22939] integer overflow in iterator object

Serhiy Storchaka report at bugs.python.org
Sun Dec 7 22:31:54 CET 2014


Serhiy Storchaka added the comment:

__setstate__ should check that an index is not negative. All values from 0 to PY_SSIZE_T_MAX are acceptable.

----------

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


More information about the Python-bugs-list mailing list