]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_import...
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 16 Feb 2026 12:44:49 +0000 (07:44 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Feb 2026 12:44:49 +0000 (13:44 +0100)
Lib/test/test_importlib/util.py

index edbe78545a2536a1c61cd49b67d5add27a8da061..bd64b03b75f40aa72a5610987beb5fb27b4fba71 100644 (file)
@@ -15,7 +15,7 @@ import sys
 import tempfile
 import types
 
-_testsinglephase = import_helper.import_module("_testsinglephase")
+import_helper.import_module("_testmultiphase")
 
 
 BUILTINS = types.SimpleNamespace()