mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
[3.13] gh-121279: Re-add prematurely removed import warnings to importlib.abc (#121281)
Fixup for 51724620e8
Fixes https://github.com/python/cpython/issues/121279
This commit is contained in:
parent
ee1db25bc0
commit
dacf4ffa79
3 changed files with 25 additions and 0 deletions
|
@ -13,6 +13,7 @@ except ImportError:
|
|||
_frozen_importlib_external = _bootstrap_external
|
||||
from ._abc import Loader
|
||||
import abc
|
||||
import warnings
|
||||
|
||||
from .resources import abc as _resources_abc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue