cpython/Lib/test/test_importlib/extension
Brett Cannon d2476c6e4b Issue #19698: Remove exec_module() from the built-in and extension
module loaders.

Due to the fact that the call signatures for extension modules and
built-in modules does not allow for the specifying of what module to
initialize and that on Windows all extension modules are built-in
modules, work to clean up built-in and extension module initialization
will have to wait until Python 3.5. Because of this the semantics of
exec_module() would be incorrect, so removing the methods for now is
the best option; load_module() is still used as a fallback by
importlib and so this won't affect semantics.
2013-11-29 11:00:11 -05:00
..
__init__.py
test_case_sensitivity.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_finder.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_loader.py Issue #19698: Remove exec_module() from the built-in and extension 2013-11-29 11:00:11 -05:00
test_path_hook.py Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code 2013-10-25 15:39:02 -04:00
util.py Issue #17177: stop using imp in test_importlib 2013-06-15 18:39:21 -04:00