]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_import...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Feb 2026 15:11:17 +0000 (16:11 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Feb 2026 15:11:17 +0000 (10:11 -0500)
[3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769)
(cherry picked from commit d1486623263adea6a5138453bacad36a50c14e95)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_importlib/util.py

index dc04ffb4c3b4e7f804cdecfd892eb5dc4fda57df..34e36677493e2aaed0771933e29699e63fe99d6f 100644 (file)
@@ -16,7 +16,7 @@ import sys
 import tempfile
 import types
 
-_testsinglephase = import_helper.import_module("_testsinglephase")
+import_helper.import_module("_testmultiphase")
 
 
 BUILTINS = types.SimpleNamespace()