Home
last modified time | relevance | path

Searched refs:CO_NOFREE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dcode.h44 #define CO_NOFREE 0x0040 macro
/external/python/cpython2/Lib/
Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable
/external/python/cpython2/Python/
Dceval.c4412 co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) { in fast_function()
Dcompile.c3796 flags |= CO_NOFREE; in compute_code_flags()