Home
last modified time | relevance | path

Searched refs:ste_child_free (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h55 unsigned ste_child_free : 1; /* true if a child block has free vars, member
/third_party/python/Python/
Dsymtable.c102 ste->ste_child_free = 0; in ste_new()
860 if (entry->ste_free || entry->ste_child_free) in analyze_block()
861 ste->ste_child_free = 1; in analyze_block()