Home
last modified time | relevance | path

Searched refs:PyThreadState_GET (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pystate.h86 #undef PyThreadState_GET
87 #define PyThreadState_GET() _PyThreadState_GET() macro
Dpycore_ceval.h93 PyThreadState *tstate = PyThreadState_GET(); in _Py_EnterRecursiveCall_inline()
104 PyThreadState *tstate = PyThreadState_GET(); in _Py_LeaveRecursiveCall_inline()
/third_party/python/Include/
Dpystate.h81 #define PyThreadState_GET() PyThreadState_Get() macro
/third_party/python/Modules/
D_lsprof.c674 PyThreadState *tstate = PyThreadState_GET(); in profiler_enable()
708 PyThreadState *tstate = PyThreadState_GET(); in profiler_disable()
745 PyThreadState *tstate = PyThreadState_GET(); in profiler_dealloc()
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst193 fix a compilation error with OpenMP. PyThreadState_GET() becomes an alias to
/third_party/python/Python/
Dbltinmodule.c215 PyThreadState *tstate = PyThreadState_GET(); in builtin___build_class__()
Dceval.c1116 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalCode()
/third_party/python/Modules/_decimal/
D_decimal.c1551 tstate = PyThreadState_GET(); in current_context_from_dict()
1567 tstate = PyThreadState_GET(); in current_context()
/third_party/python/Objects/
Dtypeobject.c3344 PyThreadState *tstate = PyThreadState_GET(); in type_vectorcall()
/third_party/python/Misc/
DHISTORY28472 - There's a new macro, PyThreadState_GET(), which does the same work