Searched refs:PyThreadState_GET (Results 1 – 10 of 10) sorted by relevance
86 #undef PyThreadState_GET87 #define PyThreadState_GET() _PyThreadState_GET() macro
93 PyThreadState *tstate = PyThreadState_GET(); in _Py_EnterRecursiveCall_inline()104 PyThreadState *tstate = PyThreadState_GET(); in _Py_LeaveRecursiveCall_inline()
81 #define PyThreadState_GET() PyThreadState_Get() macro
674 PyThreadState *tstate = PyThreadState_GET(); in profiler_enable()708 PyThreadState *tstate = PyThreadState_GET(); in profiler_disable()745 PyThreadState *tstate = PyThreadState_GET(); in profiler_dealloc()
193 fix a compilation error with OpenMP. PyThreadState_GET() becomes an alias to
215 PyThreadState *tstate = PyThreadState_GET(); in builtin___build_class__()
1116 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalCode()
1551 tstate = PyThreadState_GET(); in current_context_from_dict()1567 tstate = PyThreadState_GET(); in current_context()
3344 PyThreadState *tstate = PyThreadState_GET(); in type_vectorcall()
28472 - There's a new macro, PyThreadState_GET(), which does the same work