Skip to content

bpo-31478: Fix an assertion failure in random.seed() in case the 'a' arg has a bad __abs__() method#3596

Merged
serhiy-storchaka merged 5 commits into
python:masterfrom
orenmn:bpo31478-fix-assert-fail
Sep 28, 2017
Merged

bpo-31478: Fix an assertion failure in random.seed() in case the 'a' arg has a bad __abs__() method#3596
serhiy-storchaka merged 5 commits into
python:masterfrom
orenmn:bpo31478-fix-assert-fail

remove cpython_only decorator, and add a comment.

852b643
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs