Home
last modified time | relevance | path

Searched refs:Py_TRASHCAN_SAFE_BEGIN (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Python/
Dtraceback.c26 Py_TRASHCAN_SAFE_BEGIN(tb) in tb_dealloc()
/external/python/cpython3/Python/
Dhamt.c1177 Py_TRASHCAN_SAFE_BEGIN(self) in hamt_node_bitmap_dealloc()
1585 Py_TRASHCAN_SAFE_BEGIN(self) in hamt_node_collision_dealloc()
1970 Py_TRASHCAN_SAFE_BEGIN(self) in hamt_node_array_dealloc()
Dtraceback.c166 Py_TRASHCAN_SAFE_BEGIN(tb) in tb_dealloc()
/external/python/cpython2/Include/
Dobject.h1023 #define Py_TRASHCAN_SAFE_BEGIN(op) \ macro
/external/python/cpython3/Include/
Dobject.h1079 #define Py_TRASHCAN_SAFE_BEGIN(op) \ macro
/external/python/cpython3/Objects/
Dframeobject.c466 Py_TRASHCAN_SAFE_BEGIN(f) in frame_dealloc()
Dtupleobject.c242 Py_TRASHCAN_SAFE_BEGIN(op) in tupledealloc()
Ddescrobject.c1026 Py_TRASHCAN_SAFE_BEGIN(wp) in wrapper_dealloc()
Dodictobject.c1361 Py_TRASHCAN_SAFE_BEGIN(self) in odict_dealloc()
Dsetobject.c561 Py_TRASHCAN_SAFE_BEGIN(so) in set_dealloc()
Dlistobject.c316 Py_TRASHCAN_SAFE_BEGIN(op) in list_dealloc()
Ddictobject.c1901 Py_TRASHCAN_SAFE_BEGIN(mp) in dict_dealloc()
Dtypeobject.c1170 Py_TRASHCAN_SAFE_BEGIN(self); in subtype_dealloc()
/external/python/cpython2/Objects/
Dframeobject.c490 Py_TRASHCAN_SAFE_BEGIN(f) in frame_dealloc()
Dtupleobject.c218 Py_TRASHCAN_SAFE_BEGIN(op) in tupledealloc()
Ddescrobject.c943 Py_TRASHCAN_SAFE_BEGIN(wp) in wrapper_dealloc()
Dsetobject.c554 Py_TRASHCAN_SAFE_BEGIN(so) in set_dealloc()
Ddictobject.c1081 Py_TRASHCAN_SAFE_BEGIN(mp) in dict_dealloc()
Dlistobject.c301 Py_TRASHCAN_SAFE_BEGIN(op) in list_dealloc()
Dtypeobject.c976 Py_TRASHCAN_SAFE_BEGIN(self); in subtype_dealloc()
/external/python/cpython3/Modules/
D_elementtree.c652 Py_TRASHCAN_SAFE_BEGIN(self) in element_dealloc()