]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140713)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Oct 2025 17:33:34 +0000 (18:33 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 17:33:34 +0000 (17:33 +0000)
commit6822b135f2f36c5e3ae35c99eb5c2a13083cb57e
tree3dcee787832a418b4ad0793da39c10514fd0e40d
parent02604314ba3e97cc1918520e9ef5c0c4a6e7fe47
[3.14] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140713)

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.
(cherry picked from commit c6d4c79c9abac5c5cc2e7b429d72946d15c5e132)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_import/__init__.py