0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
cpython/Lib/test/test_importlib
CF Bolz-Tereick c695e37a3f
GH-126606: don't write incomplete pyc files (GH-126627)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Brett Cannon <brett@python.org>
2024-11-13 21:39:10 +00:00
..
builtin
extension
frozen
import_
metadata gh-120910: Fix issue resolving relative paths outside site-packages. (#120911) 2024-06-23 13:06:07 -04:00
namespace_pkgs
partial
resources gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-124131) 2024-09-18 14:14:34 +02:00
source
__init__.py
__main__.py
abc.py
test_abc.py
test_api.py gh-125519: Improve traceback if importlib.reload() is called with a non-module object (#125520) 2024-10-21 07:53:21 +01:00
test_lazy.py
test_locks.py
test_namespace_pkgs.py gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233) 2024-07-04 15:04:24 +00:00
test_pkg_import.py
test_spec.py
test_threaded_import.py
test_util.py GH-126606: don't write incomplete pyc files (GH-126627) 2024-11-13 21:39:10 +00:00
test_windows.py
threaded_import_hangers.py
util.py