Searched refs:CO_OPTIMIZED (Results 1 – 7 of 7) sorted by relevance
13 CO_OPTIMIZED = 0x0001 variable
9 import CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS266 self.flags = CO_OPTIMIZED | CO_NEWLOCALS
33 #define CO_OPTIMIZED 0x0001 macro
719 if ((code->co_flags & (CO_NEWLOCALS | CO_OPTIMIZED)) == in PyFrame_New()720 (CO_NEWLOCALS | CO_OPTIMIZED)) in PyFrame_New()910 if (co->co_flags & CO_OPTIMIZED) { in PyFrame_FastToLocals()950 if (co->co_flags & CO_OPTIMIZED) { in PyFrame_LocalsToFast()
45 CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS = 0x1, 0x2, 0x4, 0x8 variable
4412 co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) { in fast_function()
3774 flags |= CO_OPTIMIZED; in compute_code_flags()