]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45745: Remove regrtest --findleaks options (GH-29514)
authorVictor Stinner <vstinner@python.org>
Fri, 12 Nov 2021 15:19:09 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Nov 2021 15:19:09 +0000 (16:19 +0100)
commit9d3271438431c37c29c359f5b73e8094b5f82912
treebd2ce77c372a256ca67c6bac57a64ad9a8aaabda
parent8f1b71de731dda668aede7c9b34d0ad7afb8f6a8
bpo-45745: Remove regrtest --findleaks options (GH-29514)

Remove the --findleaks command line option of regrtest: use the
--fail-env-changed option instead. Since Python 3.7, it was a
deprecated alias to the --fail-env-changed option.
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2021-11-10-12-01-28.bpo-45745.wX5B3K.rst [new file with mode: 0644]