]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Dec 2022 13:08:24 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Dec 2022 13:08:24 +0000 (15:08 +0200)
commitac781282712ab39cd6339e3c780c11e0027d22ab
treec364baf1b68cc042d0c3a58ba570298a345864a2
parente2209cb6ecb094ecbf7d999fd2b59f64326c1559
[3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983) (GH-99989)

Unless we explicitly test non-bool values.
(cherry picked from commit 76f43fc09af29401cc0cec7710b03e4dbf8a4578)
Lib/test/_test_multiprocessing.py
Lib/test/test_call.py