Home
last modified time | relevance | path

Searched defs:Py_TRASHCAN_SAFE_BEGIN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h549 #define Py_TRASHCAN_SAFE_BEGIN(op) Py_TRASHCAN_BEGIN_CONDITION(op, 1) macro
/external/python/cpython2/Include/
Dobject.h1023 #define Py_TRASHCAN_SAFE_BEGIN(op) \ macro