]> granicus.if.org Git - python/commit
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Apr 2019 07:28:53 +0000 (09:28 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 07:28:53 +0000 (09:28 +0200)
commit75120d2205af086140e5e4e2dc620eb19cdf9078
tree3331acb51242000c1a9a0547ba25509f45c21280
parent7abb6c05afd02c17c7a941b64db5756b161b3cf7
bpo-36719: regrtest always detect uncollectable objects (GH-12951)

regrtest now always detects uncollectable objects. Previously, the
check was only enabled by --findleaks. The check now also works with
-jN/--multiprocess N.

--findleaks becomes a deprecated alias to --fail-env-changed.
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/2019-04-26-09-02-49.bpo-36719.ys2uqH.rst [new file with mode: 0644]