Lines Matching refs:PyInterpreterState
91 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject()
115 sys_set_object(PyInterpreterState *interp, PyObject *key, PyObject *v) in sys_set_object()
135 sys_set_object_id(PyInterpreterState *interp, _Py_Identifier *key, PyObject *v) in sys_set_object_id()
143 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PySys_SetObjectId()
148 sys_set_object_str(PyInterpreterState *interp, const char *name, PyObject *v) in sys_set_object_str()
160 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetObject()
166 should_audit(PyInterpreterState *interp) in should_audit()
198 PyInterpreterState *is = ts->interp; in sys_audit_tstate()
459 PyInterpreterState *interp = tstate->interp; in sys_addaudithook_impl()
871 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencoding_impl()
886 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencodeerrors_impl()
1611 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_setdlopenflags_impl()
1629 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getdlopenflags_impl()
1667 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_get_int_max_str_digits_impl()
2573 set_flags_from_config(PyInterpreterState *interp, PyObject *flags) in set_flags_from_config()
2617 make_flags(PyInterpreterState *interp) in make_flags()
2983 PyInterpreterState *interp = tstate->interp; in _PySys_UpdateConfig()
3085 PyInterpreterState *interp = tstate->interp; in _PySys_Create()
3172 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetPath()