Lines Matching refs:Py_CLEAR
123 Py_CLEAR(((PyAsyncGenObject*)gen)->ag_finalizer); in gen_dealloc()
127 Py_CLEAR(gen->gi_frame); in gen_dealloc()
130 Py_CLEAR(((PyCoroObject *)gen)->cr_origin); in gen_dealloc()
132 Py_CLEAR(gen->gi_code); in gen_dealloc()
133 Py_CLEAR(gen->gi_name); in gen_dealloc()
134 Py_CLEAR(gen->gi_qualname); in gen_dealloc()
221 Py_CLEAR(f->f_back); in gen_send_ex2()
233 Py_CLEAR(result); in gen_send_ex2()
290 Py_CLEAR(result); in gen_send_ex()
576 Py_CLEAR(result); in gen_iternext()
925 Py_CLEAR(res); in _PyCoro_GetAwaitableIter()
931 Py_CLEAR(res); in _PyCoro_GetAwaitableIter()
1080 Py_CLEAR(cw->cw_coroutine); in coro_wrapper_dealloc()
1555 Py_CLEAR(o->ags_gen); in async_gen_asend_dealloc()
1556 Py_CLEAR(o->ags_sendval); in async_gen_asend_dealloc()
1756 Py_CLEAR(o->agw_val); in async_gen_wrapped_val_dealloc()
1862 Py_CLEAR(o->agt_gen); in async_gen_athrow_dealloc()
1863 Py_CLEAR(o->agt_args); in async_gen_athrow_dealloc()