Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h24 #define PyTrace_C_CALL 4 macro
/third_party/python/Modules/
D_lsprof.c431 case PyTrace_C_CALL: in profiler_callback()
/third_party/python/Doc/c-api/
Dinit.rst1501 :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`,
1517 | :const:`PyTrace_C_CALL` | Function object being called. |
1559 .. c:var:: int PyTrace_C_CALL
1603 will not receive :const:`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION` or
/third_party/python/Python/
Dceval.c5785 PyTrace_C_CALL, func)) { \