Searched refs:co_zombieframe (Results 1 – 7 of 7) sorted by relevance
512 if (co->co_zombieframe == NULL) in frame_dealloc()513 co->co_zombieframe = f; in frame_dealloc()703 if (code->co_zombieframe != NULL) { in PyFrame_New()704 f = code->co_zombieframe; in PyFrame_New()705 code->co_zombieframe = NULL; in PyFrame_New()
145 co->co_zombieframe = NULL; in PyCode_New()356 if (co->co_zombieframe != NULL) in code_dealloc()357 PyObject_GC_Del(co->co_zombieframe); in code_dealloc()
28 void *co_zombieframe; /* for optimization only (see frameobject.c) */ member
43 void *co_zombieframe; /* for optimization only (see frameobject.c) */ member
604 if (co->co_zombieframe == NULL) { in frame_dealloc()605 co->co_zombieframe = f; in frame_dealloc()780 PyFrameObject *f = code->co_zombieframe; in frame_alloc()782 code->co_zombieframe = NULL; in frame_alloc()
263 co->co_zombieframe = NULL; in PyCode_NewWithPosOnlyArgs()668 if (co->co_zombieframe != NULL) in code_dealloc()669 PyObject_GC_Del(co->co_zombieframe); in code_dealloc()
5803 …<var-decl name='co_zombieframe' type-id='type-id-21' visibility='default' filepath='./Include/cpyt…7291 …<var-decl name='co_zombieframe' type-id='type-id-21' visibility='default' filepath='./Include/cpyt…