cpython/Misc/NEWS.d/next/Core and Builtins/2017-09-15-09-13-07.bpo-314...

3 lines
127 B
ReStructuredText

Fix an assertion failure in `_random.Random.seed()` in case the argument has a
bad ``__abs__()`` method. Patch by Oren Milman.