]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 02:45:30 +0000 (19:45 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 02:45:30 +0000 (19:45 -0700)
commit2995bff4269d274c0a3abfd45dc33b28f0c3e25f
tree0f7efeaa62c923c226f75b8ed7b33b42cc2d0da0
parentd194e1eb93e0ab47b63190eeae0dd6dde63ea34d
bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2021-05-03-10-07-43.bpo-44018.VDyW8f.rst [new file with mode: 0644]