Searched refs:PyThreadState_GetDict (Results 1 – 13 of 13) sorted by relevance
84 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
728 PyObject *tdict = PyThreadState_GetDict(); in _local_create_dummy()895 PyObject *tdict = PyThreadState_GetDict(); in _ldict()
2034 dict = PyThreadState_GetDict(); in Py_ReprEnter()2071 dict = PyThreadState_GetDict(); in Py_ReprLeave()
592 function,PyThreadState_GetDict,3.2,
2177 PyThreadState_GetDict:PyObject*::0:
575 EXPORT_FUNC(PyThreadState_GetDict)
197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
142 PyObject *dict = PyThreadState_GetDict(); in _ctypes_get_errobj()
1079 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
1250 function PyThreadState_GetDict
21826 - PyThreadState_GetDict() was changed not to raise an exception or29603 - New function PyThreadState_GetDict() returns a per-thread dictionary
1518 dict = PyThreadState_GetDict(); in current_context_from_dict()1605 dict = PyThreadState_GetDict(); in PyDec_SetCurrentContext()
1204 .. c:function:: PyObject* PyThreadState_GetDict()