mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00

load failure in relation to reloads. Also expose importlib.util.module_for_loader to handle all of the details of this along with making sure all current loaders behave nicely.
2 lines
94 B
Python
2 lines
94 B
Python
"""Utility code for constructing importers, etc."""
|
|
from ._bootstrap import module_for_loader
|