]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140657: Don't rerun test_import single phase init test (GH-140712)
authorVictor Stinner <vstinner@python.org>
Tue, 28 Oct 2025 17:05:03 +0000 (18:05 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 17:05:03 +0000 (18:05 +0100)
commitc6d4c79c9abac5c5cc2e7b429d72946d15c5e132
tree14b28f5f6722d1e9bcc0f123d500e81ee0d668a4
parent80f20f58b2b8368ed8451a0161036dda94d8d33a
gh-140657: Don't rerun test_import single phase init test (GH-140712)

test_basic_multiple_interpreters_main_no_reset() leaks memory:
import_in_subinterp() is called with postcleanup=False.
Lib/test/test_import/__init__.py