]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24620: Random.setstate() now validates the value of state last element.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Jul 2015 06:02:53 +0000 (09:02 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Jul 2015 06:02:53 +0000 (09:02 +0300)
commit3b77d01dbc9e7cf8e32803a307f2ecf7b2bf0f05
treec068f5321f638951218d1d980c0e1d851fb245b1
parentaffac0062dfdca716f4dc9228476b06a516c032b
Issue #24620: Random.setstate() now validates the value of state last element.
Lib/test/test_random.py
Misc/NEWS
Modules/_randommodule.c