Searched refs:PyThreadState_GetDict (Results 1 – 24 of 24) sorted by relevance
84 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
53 PyObject *tstate_dict = PyThreadState_GetDict(); in autoGIL_installAutoGIL()
121 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
189 tdict = PyThreadState_GetDict(); in thread_canary_register()
288 tdict = PyThreadState_GetDict(); in _local_create_dummy()438 tdict = PyThreadState_GetDict(); in _ldict()
381 PyThreadState_GetDict
368 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
697 tdict = PyThreadState_GetDict(); in _local_create_dummy()849 tdict = PyThreadState_GetDict(); in _ldict()
571 PyThreadState_GetDict=python39.PyThreadState_GetDict
1964 dict = PyThreadState_GetDict(); in Py_ReprEnter()2001 dict = PyThreadState_GetDict(); in Py_ReprLeave()
2385 dict = PyThreadState_GetDict(); in Py_ReprEnter()2413 dict = PyThreadState_GetDict(); in Py_ReprLeave()
1039 "PyThreadState_GetDict"
197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
142 PyObject *dict = PyThreadState_GetDict(); in _ctypes_get_errobj()
137 PyObject *dict = PyThreadState_GetDict(); in CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR()
1017 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
1351 PyThreadState_GetDict:PyObject*::0:
1519 dict = PyThreadState_GetDict(); in current_context_from_dict()1606 dict = PyThreadState_GetDict(); in PyDec_SetCurrentContext()
685 if (PyThreadState_GetDict()) { in LeaveSession()
2197 PyThreadState_GetDict:PyObject*::0:
737 .. c:function:: PyObject* PyThreadState_GetDict()
1167 .. c:function:: PyObject* PyThreadState_GetDict()
4442 - PyThreadState_GetDict() was changed not to raise an exception or12224 - New function PyThreadState_GetDict() returns a per-thread dictionary
21826 - PyThreadState_GetDict() was changed not to raise an exception or29603 - New function PyThreadState_GetDict() returns a per-thread dictionary