mirror of
https://github.com/python/cpython.git
synced 2026-02-22 23:21:08 +00:00
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. |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| __main__.py | ||
| test_lazy_imports.py | ||