cpython/Lib/test/test_import
Pablo Galindo Salgado 5fe139cc39
gh-144727: Add test for circular lazy import crash (#144727) (#144838)
Add a regression test ensuring that circular lazy imports raise a proper
error (ImportCycleError) instead of crashing with a segfault. The crash
was fixed in gh-144733 but no test was added at the time.
2026-02-15 18:36:47 +00:00
..
data gh-142349: Implement PEP 810 - Explicit lazy imports (#142351) 2026-02-12 00:15:33 +00:00
__init__.py gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293) 2026-02-10 00:01:17 +00:00
__main__.py
test_lazy_imports.py gh-144727: Add test for circular lazy import crash (#144727) (#144838) 2026-02-15 18:36:47 +00:00