This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients JohnLeitch, python-dev, rhettinger, serhiy.storchaka
Date 2016-10-02.06:17:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161002061729.15793.87859.647EFA22@psf.io>
In-reply-to
Content
New changeset 258ebc539b2e by Serhiy Storchaka in branch '3.5':
Issue #28322: Fixed possible crashes when unpickle itertools objects from
https://hg.python.org/cpython/rev/258ebc539b2e

New changeset c4937d066a8e by Serhiy Storchaka in branch '3.6':
Issue #28322: Fixed possible crashes when unpickle itertools objects from
https://hg.python.org/cpython/rev/c4937d066a8e

New changeset cb0755aa9f3d by Serhiy Storchaka in branch 'default':
Issue #28322: Fixed possible crashes when unpickle itertools objects from
https://hg.python.org/cpython/rev/cb0755aa9f3d
History
Date User Action Args
2016-10-02 06:17:32python-devsetrecipients: + python-dev, rhettinger, serhiy.storchaka, JohnLeitch
2016-10-02 06:17:32python-devlinkissue28322 messages
2016-10-02 06:17:32python-devcreate