Home
last modified time | relevance | path

Searched refs:ste_directives (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_symtable.h51 PyObject *ste_directives;/* locations of global and nonlocal statements */ member
/third_party/python/Python/
H A Dsymtable.c84 ste->ste_directives = NULL; in ste_new()
145 Py_XDECREF(ste->ste_directives); in ste_dealloc()
416 assert(ste->ste_directives); in error_at_directive()
417 for (i = 0; i < PyList_GET_SIZE(ste->ste_directives); i++) { in error_at_directive()
418 data = PyList_GET_ITEM(ste->ste_directives, i); in error_at_directive()
1171 if (!st->st_cur->ste_directives) { in symtable_record_directive()
1172 st->st_cur->ste_directives = PyList_New(0); in symtable_record_directive()
1173 if (!st->st_cur->ste_directives) in symtable_record_directive()
1182 res = PyList_Append(st->st_cur->ste_directives, data); in symtable_record_directive()

Completed in 3 milliseconds