Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dtraceback.c26 Py_TRASHCAN_SAFE_BEGIN(tb) in tb_dealloc()
/external/python/cpython2/Include/
Dobject.h1023 #define Py_TRASHCAN_SAFE_BEGIN(op) \ macro
/external/python/cpython3/Python/
Dtraceback.c53 Py_TRASHCAN_SAFE_BEGIN(tb) in tb_dealloc()
/external/python/cpython3/Include/
Dobject.h1051 #define Py_TRASHCAN_SAFE_BEGIN(op) \ macro
/external/python/cpython3/Objects/
Dframeobject.c419 Py_TRASHCAN_SAFE_BEGIN(f) in frame_dealloc()
Dtupleobject.c239 Py_TRASHCAN_SAFE_BEGIN(op) in tupledealloc()
Ddescrobject.c1010 Py_TRASHCAN_SAFE_BEGIN(wp) in wrapper_dealloc()
Dodictobject.c1449 Py_TRASHCAN_SAFE_BEGIN(self) in odict_dealloc()
Dsetobject.c561 Py_TRASHCAN_SAFE_BEGIN(so) in set_dealloc()
Dlistobject.c318 Py_TRASHCAN_SAFE_BEGIN(op) in list_dealloc()
Ddictobject.c2008 Py_TRASHCAN_SAFE_BEGIN(mp) in dict_dealloc()
Dtypeobject.c1136 Py_TRASHCAN_SAFE_BEGIN(self); in subtype_dealloc()
/external/python/cpython2/Objects/
Dframeobject.c454 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.c553 Py_TRASHCAN_SAFE_BEGIN(so) in set_dealloc()
Ddictobject.c1035 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.c629 Py_TRASHCAN_SAFE_BEGIN(self) in element_dealloc()