cpython/Lib/test/test_importlib
Jason R. Coombs 916de04fd1
gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103681)
2023-04-22 13:52:51 -04:00
..
builtin GH-102700: allow built-in modules to be submodules (GH-103162) 2023-04-06 14:19:54 -07:00
data
extension gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946) 2022-12-23 15:43:19 -08:00
frozen
import_
namespace_pkgs
partial
resources gh-97930: Apply changes from importlib_resources 5.12. (GH-102010) 2023-02-18 16:29:22 -05:00
source
__init__.py
__main__.py
_context.py Sync with importlib_metadata 6.5 (GH-103584) 2023-04-20 22:12:48 -04:00
_path.py Sync with importlib_metadata 6.5 (GH-103584) 2023-04-20 22:12:48 -04:00
abc.py
fixtures.py Sync with importlib_metadata 6.5 (GH-103584) 2023-04-20 22:12:48 -04:00
stubs.py
test_abc.py
test_api.py
test_lazy.py
test_locks.py gh-101766: Fix refleak for _BlockingOnManager resources from test suite level (gh-101988) 2023-02-18 00:18:47 +09:00
test_main.py Sync with importlib_metadata 6.5 (GH-103584) 2023-04-20 22:12:48 -04:00
test_metadata_api.py gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103681) 2023-04-22 13:52:51 -04:00
test_namespace_pkgs.py
test_pkg_import.py
test_spec.py
test_threaded_import.py
test_util.py
test_windows.py
test_zip.py
threaded_import_hangers.py
util.py