]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709)
authorVictor Stinner <vstinner@python.org>
Thu, 29 Apr 2021 08:26:53 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 08:26:53 +0000 (10:26 +0200)
commitb1f413e6cf63a1c5704fcb47f2095ef5db8970bb
tree5e27f461ac433e55d9e33bf40ed02a53c7b67374
parent5bd0619533ed6587ce76402e9b0b118eb4d4dd09
bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709)

Saving/restoring gc.disable and gc.isenabled is no longer needed.
Lib/test/test_subprocess.py