mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
expose PySTEntry.nested so the symtable module will work
This commit is contained in:
parent
1e45c58a55
commit
e0d4c7b5bd
2 changed files with 2 additions and 1 deletions
|
@ -112,6 +112,7 @@ static PyMemberDef ste_memberlist[] = {
|
|||
{"symbols", T_OBJECT, OFF(ste_symbols), READONLY},
|
||||
{"varnames", T_OBJECT, OFF(ste_varnames), READONLY},
|
||||
{"children", T_OBJECT, OFF(ste_children), READONLY},
|
||||
{"nested", T_INT, OFF(ste_nested), READONLY},
|
||||
{"type", T_INT, OFF(ste_type), READONLY},
|
||||
{"lineno", T_INT, OFF(ste_lineno), READONLY},
|
||||
{NULL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue