From 8a3b5da0eb96c2814655c437d641995262fd2cd3 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Thu, 12 Feb 2026 18:21:46 -0500 Subject: [PATCH] Use _testmultiphase instead of _testsinglephase. --- Lib/test/test_importlib/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_importlib/util.py b/Lib/test/test_importlib/util.py index edbe78545a2536..bd64b03b75f40a 100644 --- a/Lib/test/test_importlib/util.py +++ b/Lib/test/test_importlib/util.py @@ -15,7 +15,7 @@ import tempfile import types -_testsinglephase = import_helper.import_module("_testsinglephase") +import_helper.import_module("_testmultiphase") BUILTINS = types.SimpleNamespace()