]> granicus.if.org Git - python/commit
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 28 Sep 2017 09:17:51 +0000 (12:17 +0300)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2017 09:17:51 +0000 (12:17 +0300)
commitbefc956acf8ddeb94f000ed081ddec51315429e5
treecf34b0e10b6959622d7969bb43ad8f4bbb01553f
parent68b131d5b674549bb637b366730497714ad11328
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (GH-3596) (#3794)

(cherry picked from commit d780b2d588e68bd7047ef5d1f04e36da38b7a350)
Lib/test/test_random.py
Misc/NEWS.d/next/Core and Builtins/2017-09-15-09-13-07.bpo-31478.o06iKD.rst [new file with mode: 0644]
Modules/_randommodule.c