]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25864)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 May 2021 23:36:14 +0000 (16:36 -0700)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 23:36:14 +0000 (16:36 -0700)
commite733e9951d0116e9af66b66772e708412d7f5280
tree7c728364cd4726f2e46f6c893cdcee2f2de3c8a4
parent8a595744e696a0fb92dccc5d4e45da41571270a1
bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25864)
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]