Home
last modified time | relevance | path

Searched refs:Py_TRASHCAN_BEGIN (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h545 #define Py_TRASHCAN_BEGIN(op, dealloc) \ macro
/third_party/python/Objects/
Dmethodobject.c166 Py_TRASHCAN_BEGIN(m, meth_dealloc); in meth_dealloc()
Dtupleobject.c272 Py_TRASHCAN_BEGIN(op, tupledealloc) in tupledealloc()
Dframeobject.c584 Py_TRASHCAN_BEGIN(f, frame_dealloc); in frame_dealloc()
Dodictobject.c1409 Py_TRASHCAN_BEGIN(self, odict_dealloc) in odict_dealloc()
Ddescrobject.c1267 Py_TRASHCAN_BEGIN(wp, wrapper_dealloc) in wrapper_dealloc()
Dsetobject.c490 Py_TRASHCAN_BEGIN(so, set_dealloc) in set_dealloc()
Dlistobject.c335 Py_TRASHCAN_BEGIN(op, list_dealloc) in list_dealloc()
Ddictobject.c2064 Py_TRASHCAN_BEGIN(mp, dict_dealloc) in dict_dealloc()
Dtypeobject.c1367 Py_TRASHCAN_BEGIN(self, subtype_dealloc); in subtype_dealloc()
/third_party/python/Python/
Dhamt.c1159 Py_TRASHCAN_BEGIN(self, hamt_node_bitmap_dealloc) in hamt_node_bitmap_dealloc()
1567 Py_TRASHCAN_BEGIN(self, hamt_node_collision_dealloc) in hamt_node_collision_dealloc()
1952 Py_TRASHCAN_BEGIN(self, hamt_node_array_dealloc) in hamt_node_array_dealloc()
Dtraceback.c166 Py_TRASHCAN_BEGIN(tb, tb_dealloc) in tb_dealloc()
/third_party/python/Misc/NEWS.d/
D3.10.0rc2.rst131 Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of
D3.10.0a3.rst1387 The ``Py_TRASHCAN_BEGIN`` macro no longer accesses PyTypeObject attributes,
/third_party/python/Modules/
D_elementtree.c669 Py_TRASHCAN_BEGIN(self, element_dealloc) in element_dealloc()
/third_party/python/Doc/whatsnew/
D3.9.rst1420 * ``Py_TRASHCAN_BEGIN``