cpython/Lib/test/test_importlib
Miss Islington (bot) 6e887411b6
[3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018) (#129319)
gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018)
(cherry picked from commit b543b32eff)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
2025-01-26 12:04:09 -05:00
..
builtin
extension gh-116322: Add Py_mod_gil module slot (#116882) 2024-05-03 11:30:55 -04:00
frozen
import_
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
resources [3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018) (#129319) 2025-01-26 12:04:09 -05:00
source
__init__.py
__main__.py
abc.py
test_abc.py [3.13] gh-121279: Fix importlib DeprecatedAttrsTests (#121319) 2024-07-03 13:57:05 +02:00
test_api.py [3.13] gh-125519: Improve traceback if importlib.reload() is called with a non-module object (GH-125520) (#125768) 2024-10-21 08:28:32 +00:00
test_lazy.py gh-117182: Allow lazily loaded modules to modify their own __class__ 2024-04-09 04:08:48 +01:00
test_locks.py
test_namespace_pkgs.py
test_pkg_import.py
test_spec.py GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) 2024-03-13 13:24:28 -07:00
test_threaded_import.py [3.13] gh-118727: Don't drop the GIL in drop_gil() unless the current thread holds it (GH-118745) (#119474) 2024-05-23 21:27:38 +00:00
test_util.py [3.13] GH-126606: don't write incomplete pyc files (GH-126627) (GH-126809) 2024-11-13 14:49:09 -08:00
test_windows.py
threaded_import_hangers.py
util.py gh-116303: Skip test module dependent tests if test modules are unavailable (#117341) 2024-04-03 15:11:36 +02:00