Home | History | Annotate | Download | only in Objects

Lines Matching refs:CO_NEWLOCALS

720     /* Most functions have CO_NEWLOCALS and CO_OPTIMIZED set. */

721 if ((code->co_flags & (CO_NEWLOCALS | CO_OPTIMIZED)) ==
722 (CO_NEWLOCALS | CO_OPTIMIZED))
724 else if (code->co_flags & CO_NEWLOCALS) {