Home
last modified time | relevance | path

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

12

/external/python/cpython3/Include/
Dpystate.h84 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
/external/python/cpython2/Mac/Modules/
DautoGIL.c53 PyObject *tstate_dict = PyThreadState_GetDict(); in autoGIL_installAutoGIL()
/external/python/cpython2/Include/
Dpystate.h121 PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
/external/python/cffi/c/
Dmisc_thread_common.h189 tdict = PyThreadState_GetDict(); in thread_canary_register()
/external/python/cpython2/Modules/
Dthreadmodule.c288 tdict = PyThreadState_GetDict(); in _local_create_dummy()
438 tdict = PyThreadState_GetDict(); in _ldict()
/external/python/cpython2/PC/os2vacpp/
Dpython.def381 PyThreadState_GetDict
/external/python/cpython2/Python/
Dpystate.c368 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
/external/python/cpython3/Modules/
D_threadmodule.c728 PyObject *tdict = PyThreadState_GetDict(); in _local_create_dummy()
895 PyObject *tdict = PyThreadState_GetDict(); in _ldict()
/external/python/cpython3/Objects/
Dobject.c2044 dict = PyThreadState_GetDict(); in Py_ReprEnter()
2081 dict = PyThreadState_GetDict(); in Py_ReprLeave()
/external/python/cpython2/Objects/
Dobject.c2385 dict = PyThreadState_GetDict(); in Py_ReprEnter()
2413 dict = PyThreadState_GetDict(); in Py_ReprLeave()
/external/python/cpython2/PC/os2emx/
Dpython27.def1039 "PyThreadState_GetDict"
/external/python/cpython3/PC/
Dpython3dll.c575 EXPORT_FUNC(PyThreadState_GetDict)
/external/python/cpython3/Doc/data/
Dstable_abi.dat592 function,PyThreadState_GetDict,3.2,
Drefcounts.dat2177 PyThreadState_GetDict:PyObject*::0:
Dpython3.10.abi651 …<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…
17339PyThreadState_GetDict' mangled-name='PyThreadState_GetDict' filepath='Python/pystate.c' line='1079…
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst197 PyInterpreterState_GetDict(). This parallels PyThreadState_GetDict().
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c142 PyObject *dict = PyThreadState_GetDict(); in _ctypes_get_errobj()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c137 PyObject *dict = PyThreadState_GetDict(); in CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR()
/external/python/cpython3/Python/
Dpystate.c1079 PyThreadState_GetDict(void) in PyThreadState_GetDict() function
/external/python/cpython3/Misc/
Dstable_abi.txt1250 function PyThreadState_GetDict
/external/python/cpython2/Doc/data/
Drefcounts.dat1351 PyThreadState_GetDict:PyObject*::0:
/external/python/cpython3/Modules/_decimal/
D_decimal.c1518 dict = PyThreadState_GetDict(); in current_context_from_dict()
1605 dict = PyThreadState_GetDict(); in PyDec_SetCurrentContext()
/external/python/cpython2/Doc/c-api/
Dinit.rst737 .. c:function:: PyObject* PyThreadState_GetDict()
/external/python/cpython3/Doc/c-api/
Dinit.rst1204 .. c:function:: PyObject* PyThreadState_GetDict()
/external/python/cpython2/Misc/
DHISTORY4442 - PyThreadState_GetDict() was changed not to raise an exception or
12224 - New function PyThreadState_GetDict() returns a per-thread dictionary

12