Home
last modified time | relevance | path

Searched refs:_PyThreadState_UncheckedGet (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h351 PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGet(void);
/external/python/cpython3/Python/
Dpystate.c698 _PyThreadState_UncheckedGet(void) in _PyThreadState_UncheckedGet() function
Dsysmodule.c1914 if (_PyThreadState_UncheckedGet()) { in PySys_AddXOption()
/external/python/cpython3/Modules/
Dfaulthandler.c207 PyThreadState *tstate = _PyThreadState_UncheckedGet(); in get_thread_state()
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst185 Add a new private _PyThreadState_UncheckedGet() function to get the current
D3.6.0a1.rst404 Add a new private _PyThreadState_UncheckedGet() function to get the current