[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:
Miss Islington (bot) 2026-02-16 16:11:17 +01:00 committed by GitHub
parent ba0bab40f7
commit e701a5cb18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
import tempfile
import types
_testsinglephase = import_helper.import_module("_testsinglephase")
import_helper.import_module("_testmultiphase")
BUILTINS = types.SimpleNamespace()