]> granicus.if.org Git - python/commit
bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__...
authorOren Milman <orenmn@gmail.com>
Thu, 28 Sep 2017 07:50:01 +0000 (10:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 28 Sep 2017 07:50:01 +0000 (10:50 +0300)
commitd780b2d588e68bd7047ef5d1f04e36da38b7a350
treed673be6c4ee93bd5c462fdd0d3f520226a09d623
parentdb50ba7c72bd5f0617c50df3f1a1bb8b26955882
bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (#3596)
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