Home
last modified time | relevance | path

Searched refs:Py_tp_dealloc (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dtypeslots.h59 #define Py_tp_dealloc 52 macro
/third_party/python/Modules/
Dselectmodule.c1154 {Py_tp_dealloc, devpoll_dealloc},
2292 {Py_tp_dealloc, poll_dealloc},
2338 {Py_tp_dealloc, pyepoll_dealloc},
2368 {Py_tp_dealloc, kqueue_queue_dealloc},
D_curses_panel.c493 {Py_tp_dealloc, PyCursesPanel_Dealloc},
Dzlibmodule.c1327 {Py_tp_dealloc, Comp_dealloc},
1341 {Py_tp_dealloc, Decomp_dealloc},
D_hashopenssl.c572 {Py_tp_dealloc, EVP_dealloc},
1717 {Py_tp_dealloc,(destructor)_hmac_dealloc},
D_abc.c102 {Py_tp_dealloc, abc_data_dealloc},
D_tkinter.c992 {Py_tp_dealloc, (destructor)PyTclObject_dealloc},
3287 {Py_tp_dealloc, Tktt_Dealloc},
3342 {Py_tp_dealloc, Tkapp_Dealloc},
D_json.c1215 {Py_tp_dealloc, scanner_dealloc},
1776 {Py_tp_dealloc, encoder_dealloc},
D_testcapimodule.c6251 {Py_tp_dealloc, heapgcctype_dealloc},
6279 {Py_tp_dealloc, heapctype_dealloc},
6480 {Py_tp_dealloc, heapctypewithdict_dealloc},
6501 {Py_tp_dealloc, heapctypewithdict_dealloc},
6539 {Py_tp_dealloc, heapctypewithweakref_dealloc},
6612 {Py_tp_dealloc, heapctypesetattr_dealloc},
D_struct.c1696 {Py_tp_dealloc, unpackiter_dealloc},
2057 {Py_tp_dealloc, s_dealloc},
Dposixmodule.c13525 {Py_tp_dealloc, DirEntry_dealloc},
13957 {Py_tp_dealloc, ScandirIterator_dealloc},
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc549 {Py_tp_dealloc, (void *)ScalarMapDealloc},
817 {Py_tp_dealloc, (void *)MessageMapDealloc},
/third_party/python/Objects/
Dstructseq.c468 slots[0] = (PyType_Slot){Py_tp_dealloc, (destructor)structseq_dealloc}; in PyStructSequence_NewType()
/third_party/python/Doc/c-api/
Dtype.rst227 * ``Py_tp_dealloc`` to set :c:member:`PyTypeObject.tp_dealloc`
/third_party/python/Python/
DPython-ast.c1021 {Py_tp_dealloc, ast_dealloc},