mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
uhh PySTEntry->ste_unoptimized has to be exposed too
This commit is contained in:
parent
025d9392a6
commit
25f2d89f32
1 changed files with 1 additions and 0 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},
|
||||
{"optimized",T_INT, OFF(ste_unoptimized), READONLY},
|
||||
{"nested", T_INT, OFF(ste_nested), READONLY},
|
||||
{"type", T_INT, OFF(ste_type), READONLY},
|
||||
{"lineno", T_INT, OFF(ste_lineno), READONLY},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue