Home
last modified time | relevance | path

Searched refs:_PyThreadState_GetDict (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h163 PyAPI_FUNC(PyObject *) _PyThreadState_GetDict(PyThreadState *tstate);
/third_party/python/Python/
Dpystate.c1065 _PyThreadState_GetDict(PyThreadState *tstate) in _PyThreadState_GetDict() function
1085 return _PyThreadState_GetDict(tstate); in PyThreadState_GetDict()
/third_party/python/Modules/
D_asynciomodule.c235 PyObject *ts_dict = _PyThreadState_GetDict(ts); // borrowed in get_running_loop()
292 ts_dict = _PyThreadState_GetDict(tstate); // borrowed in set_running_loop()