Searched refs:WHY_SILENCED (Results 1 – 2 of 2) sorted by relevance
512 WHY_SILENCED = 0x0080 /* Exception silenced by 'with' */ enumerator1862 if (why == WHY_SILENCED) { in _PyEval_EvalFrameDefault()3028 PUSH(PyLong_FromLong((long) WHY_SILENCED)); in _PyEval_EvalFrameDefault()
739 ``WHY_SILENCED`` to prevent :opcode:`END_FINALLY` from re-raising the