cpython/Lib/test/test_importlib
Miss Islington (bot) 7de5d02b30
[3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137905)
(cherry picked from commit d8a9466e29)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-09-18 15:37:39 +02:00
..
builtin gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
extension [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
frozen [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
import_ [3.13] gh-134100: Fix use-after-free in PyImport_ImportModuleLevelObject (GH-134117) (#134172) 2025-05-18 20:38:28 +05:30
metadata [3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120917) 2024-06-23 17:30:08 +00:00
namespace_pkgs
partial bpo-43517: Fix false positive in detection of circular imports (#24895) 2021-03-20 20:07:44 +01:00
resources [3.13] gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-124131) (#137914) 2025-08-18 13:55:44 +00:00
source [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
__init__.py
__main__.py
abc.py
test_abc.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
test_api.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
test_lazy.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
test_locks.py gh-109974: Fix more threading lock_tests race conditions (#110089) 2023-09-29 12:21:18 +00:00
test_namespace_pkgs.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
test_pkg_import.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
test_spec.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00
test_threaded_import.py [3.13] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) (GH-133664) 2025-05-08 13:20:34 +00:00
test_util.py [3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137905) 2025-09-18 15:37:39 +02:00
test_windows.py gh-112535: Add test on _Py_ThreadId() (#112709) 2023-12-04 22:40:06 +00:00
threaded_import_hangers.py
util.py [3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123) 2025-04-08 12:43:04 +02:00