From: Peter Bierma Date: Mon, 16 Feb 2026 12:44:49 +0000 (-0500) Subject: [3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_import... X-Git-Tag: v3.14.4~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1486623263adea6a5138453bacad36a50c14e95;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769) --- diff --git a/Lib/test/test_importlib/util.py b/Lib/test/test_importlib/util.py index edbe78545a25..bd64b03b75f4 100644 --- a/Lib/test/test_importlib/util.py +++ b/Lib/test/test_importlib/util.py @@ -15,7 +15,7 @@ import sys import tempfile import types -_testsinglephase = import_helper.import_module("_testsinglephase") +import_helper.import_module("_testmultiphase") BUILTINS = types.SimpleNamespace()