Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsymtable.h99 #define DEF_COMP_ITER 2<<8 /* this name is a comprehension iteration variable */ macro
/external/python/cpython3/Python/
Dsymtable.c1056 val |= DEF_COMP_ITER; in symtable_add_def_helper()
1455 if (target_in_scope & DEF_COMP_ITER) { in symtable_extend_namedexpr_scope()