mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove st_nested_scopes from struct symtable,
because nested scopes are always enabled. (Accidentally checked in one small change along this path yesterday, wreaking havoc in the Windows build.)
This commit is contained in:
parent
d5d8fc559c
commit
1abf610b15
2 changed files with 45 additions and 130 deletions
|
@ -20,7 +20,6 @@ struct _symtable_entry;
|
|||
|
||||
struct symtable {
|
||||
int st_pass; /* pass == 1 or 2 */
|
||||
int st_nested_scopes; /* true if nested scopes are enabled */
|
||||
char *st_filename; /* name of file being compiled */
|
||||
struct _symtable_entry *st_cur; /* current symbol table entry */
|
||||
PyObject *st_symbols; /* dictionary of symbol table entries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue