mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
[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 d148662326)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
ba0bab40f7
commit
e701a5cb18
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
import tempfile
|
||||
import types
|
||||
|
||||
_testsinglephase = import_helper.import_module("_testsinglephase")
|
||||
import_helper.import_module("_testmultiphase")
|
||||
|
||||
|
||||
BUILTINS = types.SimpleNamespace()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue