mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
C was a mistake
This commit is contained in:
parent
214b2543ee
commit
e5e9592863
1 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,8 @@ ste_new(struct symtable *st, identifier name, _Py_block_ty block,
|
||||||
ste->ste_needs_classdict = 0;
|
ste->ste_needs_classdict = 0;
|
||||||
ste->ste_has_conditional_annotations = 0;
|
ste->ste_has_conditional_annotations = 0;
|
||||||
ste->ste_in_conditional_block = 0;
|
ste->ste_in_conditional_block = 0;
|
||||||
|
ste->ste_in_try_block = 0;
|
||||||
|
ste->ste_in_with_block = 0;
|
||||||
ste->ste_in_unevaluated_annotation = 0;
|
ste->ste_in_unevaluated_annotation = 0;
|
||||||
ste->ste_annotation_block = NULL;
|
ste->ste_annotation_block = NULL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue