cpython/Lib/test/test_importlib
Brett Cannon 558823a0cf Issue #26186: Remove an invalid type check in
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.
2016-02-20 18:35:41 -08:00
..
builtin Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and 2015-05-21 20:15:40 +03:00
extension use assert method in another place 2015-05-30 00:02:17 -05:00
frozen
import_ Issue #26367: Have importlib.__init__() raise RuntimeError when 2016-02-20 12:52:06 -08:00
namespace_pkgs
source Issue #23911: Move path-based bootstrap code to a separate frozen module. 2015-05-02 19:15:18 -06:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py
test_api.py
test_lazy.py Issue #26186: Remove an invalid type check in 2016-02-20 18:35:41 -08:00
test_locks.py
test_namespace_pkgs.py
test_spec.py
test_util.py Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
test_windows.py
util.py Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00