Searched refs:PyThreadState_GetDict (Results 1 – 25 of 26) sorted by relevance
12
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
728 PyObject *tdict = PyThreadState_GetDict(); in _local_create_dummy()895 PyObject *tdict = PyThreadState_GetDict(); in _ldict()
2044 dict = PyThreadState_GetDict(); in Py_ReprEnter()2081 dict = PyThreadState_GetDict(); in Py_ReprLeave()
2385 dict = PyThreadState_GetDict(); in Py_ReprEnter()2413 dict = PyThreadState_GetDict(); in Py_ReprLeave()
1039 "PyThreadState_GetDict"
575 EXPORT_FUNC(PyThreadState_GetDict)
592 function,PyThreadState_GetDict,3.2,
2177 PyThreadState_GetDict:PyObject*::0:
651 …<elf-symbol name='PyThreadState_GetDict' type='func-type' binding='global-binding' visibility='def…10045 …<function-decl name='PyThreadState_GetDict' mangled-name='PyThreadState_GetDict' filepath='./Inclu…17339 …PyThreadState_GetDict' mangled-name='PyThreadState_GetDict' filepath='Python/pystate.c' line='1079…
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()
1079 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
1250 function PyThreadState_GetDict
1351 PyThreadState_GetDict:PyObject*::0:
1518 dict = PyThreadState_GetDict(); in current_context_from_dict()1605 dict = PyThreadState_GetDict(); in PyDec_SetCurrentContext()
737 .. c:function:: PyObject* PyThreadState_GetDict()
1204 .. 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