cpython/Lib/test/test_importlib
Cody Maloney ed5d71752b
[3.13] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142023)
* Use open() to write the bytecode
* Convert to unittest style asserts
* Tweak news, thanks @vstinner
* Tidy
* reword NEWS, avoid word "retried"
(cherry picked from commit 656a64b37f)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
2025-12-01 23:23:07 +01:00
..
builtin
extension
frozen
import_ [3.13] gh-134100: Fix use-after-free in PyImport_ImportModuleLevelObject (GH-134117) (#134172) 2025-05-18 20:38:28 +05:30
metadata
namespace_pkgs
partial
resources [3.13] gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-124131) (#137914) 2025-08-18 13:55:44 +00:00
source
__init__.py
__main__.py
abc.py
test_abc.py
test_api.py
test_lazy.py
test_locks.py
test_namespace_pkgs.py
test_pkg_import.py
test_spec.py
test_threaded_import.py
test_util.py [3.13] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142023) 2025-12-01 23:23:07 +01:00
test_windows.py
threaded_import_hangers.py
util.py