Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h539 #define Py_TRASHCAN_END \ macro
552 #define Py_TRASHCAN_SAFE_END(op) Py_TRASHCAN_END
/third_party/python/Objects/
Dmethodobject.c176 Py_TRASHCAN_END; in meth_dealloc()
Dtupleobject.c300 Py_TRASHCAN_END in tupledealloc()
Dframeobject.c624 Py_TRASHCAN_END; in frame_dealloc()
Dodictobject.c1418 Py_TRASHCAN_END in odict_dealloc()
Ddescrobject.c1271 Py_TRASHCAN_END in wrapper_dealloc()
Dsetobject.c503 Py_TRASHCAN_END in set_dealloc()
Dlistobject.c358 Py_TRASHCAN_END in list_dealloc()
Ddictobject.c2089 Py_TRASHCAN_END in dict_dealloc()
Dtypeobject.c1469 Py_TRASHCAN_END in subtype_dealloc()
/third_party/python/Python/
Dhamt.c1169 Py_TRASHCAN_END in hamt_node_bitmap_dealloc()
1577 Py_TRASHCAN_END in hamt_node_collision_dealloc()
1959 Py_TRASHCAN_END in hamt_node_array_dealloc()
Dtraceback.c170 Py_TRASHCAN_END in tb_dealloc()
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1216 Py_TRASHCAN_BEGIN_CONDITION and Py_TRASHCAN_END macro no longer access
/third_party/python/Modules/
D_elementtree.c680 Py_TRASHCAN_END in element_dealloc()
/third_party/python/Doc/whatsnew/
D3.9.rst1421 * ``Py_TRASHCAN_END``