Searched refs:call_PyObject_Free (Results 1 – 2 of 2) sorted by relevance
6466 OutputType.tp_free = call_PyObject_Free; in init_structs()6501 BufferType.tp_free = call_PyObject_Free; in init_structs()6522 WindowType.tp_free = call_PyObject_Free; in init_structs()6540 TabPageType.tp_free = call_PyObject_Free; in init_structs()6584 RangeType.tp_free = call_PyObject_Free; in init_structs()
908 call_PyObject_Free(void *p) in call_PyObject_Free() function