Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h63 #define PyThreadState_GET() PyThreadState_Get() macro
/third_party/python/Objects/
Dframeobject.c663 switch(PyThreadState_GET()->tracing_what) { in frame_setlineno()
/third_party/python/Misc/
DHISTORY28472 - There's a new macro, PyThreadState_GET(), which does the same work
DNEWS33448 PyThreadState_GET() becomes an alias to PyThreadState_Get() to avoid ABI