Home
last modified time | relevance | path

Searched defs:PyThreadState_GET (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h130 #define PyThreadState_GET() PyThreadState_Get() macro
132 #define PyThreadState_GET() (_PyThreadState_Current) macro
/external/python/cpython3/Include/
Dpystate.h365 # define PyThreadState_GET() \ macro
368 # define PyThreadState_GET() PyThreadState_Get() macro