mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Lazy imports grammar / AST changes
This commit is contained in:
parent
fb114cf497
commit
1c691ea756
25 changed files with 1016 additions and 338 deletions
|
|
@ -366,7 +366,7 @@ void *_PyPegen_arguments_parsing_error(Parser *, expr_ty);
|
|||
expr_ty _PyPegen_get_last_comprehension_item(comprehension_ty comprehension);
|
||||
void *_PyPegen_nonparen_genexp_in_call(Parser *p, expr_ty args, asdl_comprehension_seq *comprehensions);
|
||||
stmt_ty _PyPegen_checked_future_import(Parser *p, identifier module, asdl_alias_seq *,
|
||||
int , int, int , int , int , PyArena *);
|
||||
int , int, int , int , int , int, PyArena *);
|
||||
asdl_stmt_seq* _PyPegen_register_stmts(Parser *p, asdl_stmt_seq* stmts);
|
||||
stmt_ty _PyPegen_register_stmt(Parser *p, stmt_ty s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue