File tree 2 files changed +69
-133
lines changed
2 files changed +69
-133
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,7 @@ typedef struct _symtable_entry {
127
127
unsigned ste_can_see_class_scope : 1 ; /* true if this block can see names bound in an
128
128
enclosing class scope */
129
129
int ste_comp_iter_expr ; /* non-zero if visiting a comprehension range expression */
130
- int ste_lineno ; /* first line of block */
131
- int ste_col_offset ; /* offset of first line of block */
132
- int ste_end_lineno ; /* end line of block */
133
- int ste_end_col_offset ; /* end offset of first line of block */
134
- int ste_opt_lineno ; /* lineno of last exec or import * */
135
- int ste_opt_col_offset ; /* offset of last exec or import * */
130
+ _Py_SourceLocation ste_loc ; /* source location of block */
136
131
struct _symtable_entry * ste_annotation_block ; /* symbol table entry for this entry's annotations */
137
132
struct symtable * ste_table ;
138
133
} PySTEntryObject ;
You can’t perform that action at this time.
0 commit comments