mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +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
|