Home
last modified time | relevance | path

Searched refs:WHY_SILENCED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dceval.c512 WHY_SILENCED = 0x0080 /* Exception silenced by 'with' */ enumerator
1862 if (why == WHY_SILENCED) { in _PyEval_EvalFrameDefault()
3028 PUSH(PyLong_FromLong((long) WHY_SILENCED)); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/library/
Ddis.rst739 ``WHY_SILENCED`` to prevent :opcode:`END_FINALLY` from re-raising the