mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
This commit is contained in:
parent
e52ab42ced
commit
1e7b858575
20 changed files with 3460 additions and 1377 deletions
|
@ -32,7 +32,6 @@ struct symtable {
|
|||
the symbol table */
|
||||
int recursion_depth; /* current recursion depth */
|
||||
int recursion_limit; /* recursion limit */
|
||||
int in_pattern; /* whether we are currently in a pattern */
|
||||
};
|
||||
|
||||
typedef struct _symtable_entry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue