Skip to content

Commit e701a5c

Browse files
[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 d148662) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent ba0bab4 commit e701a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import tempfile
1717
import types
1818

19-
_testsinglephase = import_helper.import_module("_testsinglephase")
19+
import_helper.import_module("_testmultiphase")
2020

2121

2222
BUILTINS = types.SimpleNamespace()

0 commit comments

Comments
 (0)