]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668)
authorAMIR <31338382+amiremohamadi@users.noreply.github.com>
Mon, 21 Dec 2020 23:45:50 +0000 (03:15 +0330)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 23:45:50 +0000 (15:45 -0800)
commitb8fde8b5418b75d2935d0ff93b20d45d5350f206
tree5a02911a3c8ea448fe7b56e436513f1f466457d7
parent711381dfb09fbd434cc3b404656f7fd306161a64
bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668)
Lib/test/test_random.py
Misc/NEWS.d/next/Core and Builtins/2020-10-12-14-51-59.bpo-42008.ijWw2I.rst [new file with mode: 0644]
Modules/_randommodule.c