]> granicus.if.org Git - python/commit
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg...
authorOren Milman <orenmn@gmail.com>
Mon, 2 Oct 2017 21:31:42 +0000 (00:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Oct 2017 21:31:42 +0000 (00:31 +0300)
commit13da1a60f13e173f65bb0da5ab325641d5bb99ec
treea0dc6bc230ec1d119c48a0ceecf3de33ef35ed64
parent20cbc1d29facead32c2da06c81a09af0e057015c
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845)
Lib/test/test_random.py
Misc/NEWS.d/next/Core and Builtins/2017-10-01-18-59-40.bpo-31478.owtqoO.rst [new file with mode: 0644]
Modules/_randommodule.c