558823a0cf
importlib.util.LazyLoader. The class was checking its argument as to whether its implementation of create_module() came directly from importlib.abc.Loader. The problem is that the classes coming from imoprtlib.machinery do not directly inherit from the ABC as they come from _frozen_importlib. Because the documentation has always said that create_module() was ignored, the check has simply been removed. |
||
---|---|---|
.. | ||
builtin | ||
extension | ||
frozen | ||
import_ | ||
namespace_pkgs | ||
source | ||
__init__.py | ||
__main__.py | ||
abc.py | ||
regrtest.py | ||
test_abc.py | ||
test_api.py | ||
test_lazy.py | ||
test_locks.py | ||
test_namespace_pkgs.py | ||
test_spec.py | ||
test_util.py | ||
test_windows.py | ||
util.py |