Searched refs:PyThreadState_GetDict (Results 1 – 21 of 21) sorted by relevance
53 PyObject *tstate_dict = PyThreadState_GetDict(); in autoGIL_installAutoGIL()
121 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
355 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
288 tdict = PyThreadState_GetDict(); in _local_create_dummy()438 tdict = PyThreadState_GetDict(); in _ldict()
381 PyThreadState_GetDict
658 tdict = PyThreadState_GetDict(); in _local_create_dummy()810 tdict = PyThreadState_GetDict(); in _ldict()
291 PyObject *ts_dict = PyThreadState_GetDict(); // borrowed in set_running_loop()
368 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
569 PyThreadState_GetDict=python37.PyThreadState_GetDict
2070 dict = PyThreadState_GetDict(); in Py_ReprEnter()2104 dict = PyThreadState_GetDict(); in Py_ReprLeave()
2385 dict = PyThreadState_GetDict(); in Py_ReprEnter()2413 dict = PyThreadState_GetDict(); in Py_ReprLeave()
747 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
1039 "PyThreadState_GetDict"
136 PyObject *dict = PyThreadState_GetDict(); in _ctypes_get_errobj()
137 PyObject *dict = PyThreadState_GetDict(); in CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR()
1351 PyThreadState_GetDict:PyObject*::0:
2168 PyThreadState_GetDict:PyObject*::0:
737 .. c:function:: PyObject* PyThreadState_GetDict()
1029 .. 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