mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #5765: Merge from 3.3
This commit is contained in:
commit
e69bfc3fb6
7 changed files with 108 additions and 44 deletions
|
@ -30,6 +30,8 @@ struct symtable {
|
|||
PyObject *st_private; /* name of current class or NULL */
|
||||
PyFutureFeatures *st_future; /* module's future features that affect
|
||||
the symbol table */
|
||||
int recursion_depth; /* current recursion depth */
|
||||
int recursion_limit; /* recursion limit */
|
||||
};
|
||||
|
||||
typedef struct _symtable_entry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue