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 mark.dickinson, python-dev, rhettinger, serhiy.storchaka, skrah
Date 2015-07-24.06:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150724060820.8506.76082@psf.io>
In-reply-to
Content
New changeset 0933c00c2765 by Serhiy Storchaka in branch '3.4':
Issue #24620: Random.setstate() now validates the value of state last element.
https://hg.python.org/cpython/rev/0933c00c2765

New changeset 84070c1225c5 by Serhiy Storchaka in branch '2.7':
Issue #24620: Random.setstate() now validates the value of state last element.
https://hg.python.org/cpython/rev/84070c1225c5

New changeset d8229c26dd92 by Serhiy Storchaka in branch '3.5':
Issue #24620: Random.setstate() now validates the value of state last element.
https://hg.python.org/cpython/rev/d8229c26dd92

New changeset f6e399ae670f by Serhiy Storchaka in branch 'default':
Issue #24620: Random.setstate() now validates the value of state last element.
https://hg.python.org/cpython/rev/f6e399ae670f
History
Date User Action Args
2015-07-24 06:10:28python-devsetrecipients: + python-dev, rhettinger, mark.dickinson, skrah, serhiy.storchaka
2015-07-24 06:10:28python-devlinkissue24620 messages
2015-07-24 06:10:28python-devcreate