https://github.com/python/cpython/commit/d1486623263adea6a5138453bacad36a50c14e95
commit: d1486623263adea6a5138453bacad36a50c14e95
branch: 3.14
author: Peter Bierma <[email protected]>
committer: encukou <[email protected]>
date: 2026-02-16T13:44:49+01:00
summary:
[3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in
`test_importlib` (GH-144769)
files:
M Lib/test/test_importlib/util.py
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()
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]