]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40286: Use random.randbytes() in tests (GH-19575)
authorVictor Stinner <vstinner@python.org>
Fri, 17 Apr 2020 20:54:38 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 20:54:38 +0000 (22:54 +0200)
commit87502ddd710eb1f030b8ff5a60b05becea3f474f
tree695a6abbaa45adf48766011f144050ce9b6b3780
parent223221b290db00ca1042c77103efcbc072f29c90
bpo-40286: Use random.randbytes() in tests (GH-19575)
Lib/test/test_bz2.py
Lib/test/test_lzma.py
Lib/test/test_tarfile.py
Lib/test/test_zipfile.py
Lib/test/test_zlib.py