Home
last modified time | relevance | path

Searched refs:Py_TRASHCAN_END (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h537 #define Py_TRASHCAN_END \ macro
550 #define Py_TRASHCAN_SAFE_END(op) Py_TRASHCAN_END
/external/python/cpython3/Python/
Dhamt.c1188 Py_TRASHCAN_END in hamt_node_bitmap_dealloc()
1596 Py_TRASHCAN_END in hamt_node_collision_dealloc()
1978 Py_TRASHCAN_END in hamt_node_array_dealloc()
Dtraceback.c169 Py_TRASHCAN_END in tb_dealloc()
/external/python/cpython3/Objects/
Dtupleobject.c254 Py_TRASHCAN_END in tupledealloc()
Dodictobject.c1420 Py_TRASHCAN_END in odict_dealloc()
Ddescrobject.c1268 Py_TRASHCAN_END in wrapper_dealloc()
Dsetobject.c489 Py_TRASHCAN_END in set_dealloc()
Dlistobject.c344 Py_TRASHCAN_END in list_dealloc()
Ddictobject.c2037 Py_TRASHCAN_END in dict_dealloc()
Dtypeobject.c1347 Py_TRASHCAN_END in subtype_dealloc()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1216 Py_TRASHCAN_BEGIN_CONDITION and Py_TRASHCAN_END macro no longer access
/external/python/cpython3/Modules/
D_elementtree.c680 Py_TRASHCAN_END in element_dealloc()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1402 * ``Py_TRASHCAN_END``