Searched refs:Py_tp_dealloc (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Include/ |
D | typeslots.h | 59 #define Py_tp_dealloc 52 macro
|
/third_party/python/Modules/ |
D | selectmodule.c | 1154 {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.c | 493 {Py_tp_dealloc, PyCursesPanel_Dealloc},
|
D | zlibmodule.c | 1327 {Py_tp_dealloc, Comp_dealloc}, 1341 {Py_tp_dealloc, Decomp_dealloc},
|
D | _hashopenssl.c | 572 {Py_tp_dealloc, EVP_dealloc}, 1717 {Py_tp_dealloc,(destructor)_hmac_dealloc},
|
D | _abc.c | 102 {Py_tp_dealloc, abc_data_dealloc},
|
D | _tkinter.c | 992 {Py_tp_dealloc, (destructor)PyTclObject_dealloc}, 3287 {Py_tp_dealloc, Tktt_Dealloc}, 3342 {Py_tp_dealloc, Tkapp_Dealloc},
|
D | _json.c | 1215 {Py_tp_dealloc, scanner_dealloc}, 1776 {Py_tp_dealloc, encoder_dealloc},
|
D | _testcapimodule.c | 6251 {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.c | 1696 {Py_tp_dealloc, unpackiter_dealloc}, 2057 {Py_tp_dealloc, s_dealloc},
|
D | posixmodule.c | 13525 {Py_tp_dealloc, DirEntry_dealloc}, 13957 {Py_tp_dealloc, ScandirIterator_dealloc},
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 549 {Py_tp_dealloc, (void *)ScalarMapDealloc}, 817 {Py_tp_dealloc, (void *)MessageMapDealloc},
|
/third_party/python/Objects/ |
D | structseq.c | 468 slots[0] = (PyType_Slot){Py_tp_dealloc, (destructor)structseq_dealloc}; in PyStructSequence_NewType()
|
/third_party/python/Doc/c-api/ |
D | type.rst | 227 * ``Py_tp_dealloc`` to set :c:member:`PyTypeObject.tp_dealloc`
|
/third_party/python/Python/ |
D | Python-ast.c | 1021 {Py_tp_dealloc, ast_dealloc},
|