Home
last modified time | relevance | path

Searched refs:PyThreadState_GetDict (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/
Dpystate.h84 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
/third_party/python/Modules/
D_threadmodule.c728 PyObject *tdict = PyThreadState_GetDict(); in _local_create_dummy()
895 PyObject *tdict = PyThreadState_GetDict(); in _ldict()
/third_party/python/Objects/
Dobject.c2034 dict = PyThreadState_GetDict(); in Py_ReprEnter()
2071 dict = PyThreadState_GetDict(); in Py_ReprLeave()
/third_party/python/Doc/data/
Dstable_abi.dat592 function,PyThreadState_GetDict,3.2,
Drefcounts.dat2177 PyThreadState_GetDict:PyObject*::0:
/third_party/python/PC/
Dpython3dll.c575 EXPORT_FUNC(PyThreadState_GetDict)
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
/third_party/python/Modules/_ctypes/
Dcallproc.c142 PyObject *dict = PyThreadState_GetDict(); in _ctypes_get_errobj()
/third_party/python/Python/
Dpystate.c1079 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
/third_party/python/Misc/
Dstable_abi.txt1250 function PyThreadState_GetDict
DHISTORY21826 - PyThreadState_GetDict() was changed not to raise an exception or
29603 - New function PyThreadState_GetDict() returns a per-thread dictionary
/third_party/python/Modules/_decimal/
D_decimal.c1518 dict = PyThreadState_GetDict(); in current_context_from_dict()
1605 dict = PyThreadState_GetDict(); in PyDec_SetCurrentContext()
/third_party/python/Doc/c-api/
Dinit.rst1204 .. c:function:: PyObject* PyThreadState_GetDict()