Searched refs:Py_tp_free (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | typeslots.h | 81 #define Py_tp_free 74 macro
|
/third_party/python/Modules/ |
D | xxlimited.c | 127 freefunc free = PyType_GetSlot(tp, Py_tp_free); in Xxo_dealloc()
|
D | _randommodule.c | 570 {Py_tp_free, PyObject_Free},
|
D | selectmodule.c | 1332 freefunc epoll_free = PyType_GetSlot(type, Py_tp_free); in pyepoll_dealloc() 2000 freefunc kqueue_free = PyType_GetSlot(type, Py_tp_free); in kqueue_queue_dealloc()
|
D | _struct.c | 1508 freefunc free_func = PyType_GetSlot(Py_TYPE(s), Py_tp_free); in s_dealloc() 2088 {Py_tp_free, PyObject_Del},
|
D | _functoolsmodule.c | 486 {Py_tp_free, PyObject_GC_Del},
|
D | posixmodule.c | 13436 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in DirEntry_dealloc() 14204 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in ScandirIterator_dealloc()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 103 const Py_tp_free
|
/third_party/python/Python/ |
D | Python-ast.c | 765 freefunc free_func = PyType_GetSlot(tp, Py_tp_free); in ast_dealloc() 907 {Py_tp_free, PyObject_GC_Del},
|