Lazy imports grammar / AST changes

This commit is contained in:
Dino Viehland 2025-09-16 15:10:28 -07:00
parent fb114cf497
commit 1c691ea756
25 changed files with 1016 additions and 338 deletions

View file

@ -205,6 +205,7 @@ struct ast_state {
PyObject *id;
PyObject *ifs;
PyObject *is_async;
PyObject *is_lazy;
PyObject *items;
PyObject *iter;
PyObject *key;