Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds