projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025d939
)
uhh PySTEntry->ste_unoptimized has to be exposed too
author
Benjamin Peterson
<benjamin@python.org>
Sun, 17 Aug 2008 02:23:43 +0000
(
02:23
+0000)
committer
Benjamin Peterson
<benjamin@python.org>
Sun, 17 Aug 2008 02:23:43 +0000
(
02:23
+0000)
Python/symtable.c
patch
|
blob
|
history
diff --git
a/Python/symtable.c
b/Python/symtable.c
index 46909fcef92a7c3c0c57bbeb1f43edfb8669a54a..4b8876dbec70fcc24715fcb503cbdd87f1bdfc36 100644
(file)
--- a/
Python/symtable.c
+++ b/
Python/symtable.c
@@
-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},