Searched refs:CO_NESTED (Results 1 – 7 of 7) sorted by relevance
66 CO_NESTED = 0x0010 # nested_scopes variable104 CO_NESTED)
46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable
17 CO_NESTED = 0x0010 variable
13 CO_NESTED, CO_GENERATOR, CO_FUTURE_DIVISION,
37 #define CO_NESTED 0x0010 macro
13 #define PyCF_MASK_OBSOLETE (CO_NESTED)
3776 flags |= CO_NESTED; in compute_code_flags()