Home
last modified time | relevance | path

Searched refs:CO_NEWLOCALS (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dcode.h68 #define CO_NEWLOCALS 0x0002 macro
/third_party/python/Doc/library/
Dinspect.rst1431 .. data:: CO_NEWLOCALS
/third_party/python/Python/
Dcompile.c6810 flags |= CO_NEWLOCALS | CO_OPTIMIZED; in compute_code_flags()