cpython/Lib/test/test_importlib
Duprat fade146cfb
gh-134322: Fix repr(threading.RLock) (#134389)
Fix the `__repr__` value of `threading.RLock` from `_thread` module, when just created.
2025-05-22 16:46:57 +00:00
..
builtin
extension
frozen
import_ gh-134100: Fix use-after-free in PyImport_ImportModuleLevelObject (#134117) 2025-05-18 12:41:38 +05:30
metadata
namespace_pkgs
partial
resources
source
__init__.py
__main__.py
abc.py
test_abc.py gh-130704: Strength reduce LOAD_FAST{_LOAD_FAST} (#130708) 2025-04-01 10:18:42 -07:00
test_api.py
test_lazy.py
test_locks.py gh-134322: Fix repr(threading.RLock) (#134389) 2025-05-22 16:46:57 +00:00
test_namespace_pkgs.py
test_pkg_import.py
test_spec.py
test_threaded_import.py gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) 2025-05-08 15:57:30 +03:00
test_util.py
test_windows.py
threaded_import_hangers.py
util.py