Searched refs:_PyInterpreterState_GET_UNSAFE (Results 1 – 21 of 21) sorted by relevance
24 int verbose = _PyInterpreterState_GET_UNSAFE()->config.verbose; in _PyImport_FindSharedFuncptr()
361 _PyInterpreterState_GET_UNSAFE()->pythread_stacksize = 0; in _pythread_nt_set_stacksize()367 _PyInterpreterState_GET_UNSAFE()->pythread_stacksize = size; in _pythread_nt_set_stacksize()
648 PyInterpreterState *state = _PyInterpreterState_GET_UNSAFE(); in PyState_FindModule()676 state = _PyInterpreterState_GET_UNSAFE(); in _PyState_AddModule()694 PyInterpreterState *state = _PyInterpreterState_GET_UNSAFE(); in PyState_AddModule()719 state = _PyInterpreterState_GET_UNSAFE(); in PyState_RemoveModule()740 PyInterpreterState *state = _PyInterpreterState_GET_UNSAFE(); in _PyState_ClearModules()
715 _PyInterpreterState_GET_UNSAFE()->pythread_stacksize = 0; in _pythread_pthread_set_stacksize()732 _PyInterpreterState_GET_UNSAFE()->pythread_stacksize = size; in _pythread_pthread_set_stacksize()
65 PyObject *sd = _PyInterpreterState_GET_UNSAFE()->sysdict; in _PySys_GetObjectId()75 PyObject *sd = _PyInterpreterState_GET_UNSAFE()->sysdict; in PySys_GetObject()85 PyObject *sd = _PyInterpreterState_GET_UNSAFE()->sysdict; in _PySys_SetObjectId()102 PyObject *sd = _PyInterpreterState_GET_UNSAFE()->sysdict; in PySys_SetObject()753 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in sys_getfilesystemencoding_impl()768 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in sys_getfilesystemencodeerrors_impl()
312 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyImport_GetModuleDict()916 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyImport_ExecCodeModuleWithPathnames()998 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyImport_ExecCodeModuleObject()1658 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in import_find_and_load()1730 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyImport_ImportModuleLevelObject()
209 if (!_PyInterpreterState_GET_UNSAFE()->modules) { in get_warnings_attr()838 globals = _PyInterpreterState_GET_UNSAFE()->sysdict; in setup_context()
110 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in _PyCodec_Lookup()649 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyCodec_LookupError()
585 int inspect = _PyInterpreterState_GET_UNSAFE()->config.inspect; in _Py_HandleSystemExit()
2773 const PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in _PyBuiltin_Init()
740 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyEval_EvalFrameEx()5572 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in _PyEval_RequestCodeExtraIndex()
319 PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in PyAST_CompileObject()
299 #define _PyInterpreterState_GET_UNSAFE() (_PyThreadState_GET()->interp) macro
593 int verbose = _PyInterpreterState_GET_UNSAFE()->config.verbose; in _PyModule_ClearDict()680 int verbose = _PyInterpreterState_GET_UNSAFE()->config.verbose; in module_dealloc()
537 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in code_dealloc()1056 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in _PyCode_SetExtra()
1002 PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in bytearray_str()1028 PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in bytearray_richcompare()
1413 PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in bytes_str()1571 PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in bytes_richcompare()
3550 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyUnicode_EncodeFSDefault()3787 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in PyUnicode_DecodeFSDefaultAndSize()15827 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in _PyUnicode_EnableLegacyWindowsFSEncoding()15874 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in _PyUnicode_Fini()
512 PyInterpreterState *interp = _PyInterpreterState_GET_UNSAFE(); in pymain_run_python()
380 PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in _io_open_impl()
291 const PyConfig *config = &_PyInterpreterState_GET_UNSAFE()->config; in iobase_finalize()