Home
last modified time | relevance | path

Searched refs:PyTrace_C_EXCEPTION (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h25 #define PyTrace_C_EXCEPTION 5 macro
/third_party/python/Modules/
D_lsprof.c443 case PyTrace_C_EXCEPTION: /* ...with an exception set */ in profiler_callback()
/third_party/python/Doc/c-api/
Dinit.rst1501 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`,
1519 | :const:`PyTrace_C_EXCEPTION` | Function object being called. |
1565 .. c:var:: int PyTrace_C_EXCEPTION
1603 will not receive :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION` or
/third_party/python/Python/
Dceval.c5795 PyTrace_C_EXCEPTION, func); \