cpython/Lib/test/test_import
Pablo Galindo Salgado ac80f2d978 Fix some crashes
```
import types
types.LazyImportType({}, "3", 0)
```

```
def f():
    exec("lazy import json")
f()
```
2025-12-08 01:07:05 +00:00
..
data Regen stuff 2025-12-06 15:44:07 +00:00
__init__.py Implement more of PEP 810 2025-12-06 15:21:17 +00:00
__main__.py
test_lazy_imports.py Fix some crashes 2025-12-08 01:07:05 +00:00