From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:11:17 +0000 (+0100) Subject: [3.13] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_import... X-Git-Tag: v3.13.13~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e701a5cb181683db247d5c9533e911d2af72e2a8;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769) (GH-144877) [3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769) (cherry picked from commit d1486623263adea6a5138453bacad36a50c14e95) Co-authored-by: Peter Bierma --- diff --git a/Lib/test/test_importlib/util.py b/Lib/test/test_importlib/util.py index dc04ffb4c3b4..34e36677493e 100644 --- a/Lib/test/test_importlib/util.py +++ b/Lib/test/test_importlib/util.py @@ -16,7 +16,7 @@ import sys import tempfile import types -_testsinglephase = import_helper.import_module("_testsinglephase") +import_helper.import_module("_testmultiphase") BUILTINS = types.SimpleNamespace()