Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_GetConfig (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c181 int verbose = _PyInterpreterState_GetConfig(interp)->verbose; in init_importlib()
564 config = _PyInterpreterState_GetConfig(interp); in pyinit_core_reconfigure()
869 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in pycore_interp_init()
1102 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in init_interp_main()
1258 config = _PyInterpreterState_GetConfig(tstate->interp); in Py_InitializeFromConfig()
1532 int verbose = _PyInterpreterState_GetConfig(interp)->verbose; in finalize_modules()
1992 config = _PyInterpreterState_GetConfig(save_tstate->interp); in new_interpreter()
1998 config = _PyInterpreterState_GetConfig(main_interp); in new_interpreter()
2395 const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp); in init_sys_streams()
Dsysmodule.c341 const PyConfig *config = _PyInterpreterState_GetConfig(ts->interp); in _PySys_ClearAuditHooks()
867 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencoding_impl()
882 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencodeerrors_impl()
2548 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in set_flags_from_config()
3075 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _PySys_UpdateConfig()
Dimport.c61 int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose; in _PyImportZip_Init()
544 int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose; in import_find_extension()
1493 if (!exception || _PyInterpreterState_GetConfig(tstate->interp)->verbose) { in remove_importlib_frames()
1698 int import_time = _PyInterpreterState_GetConfig(interp)->import_time; in import_find_and_load()
Ddynload_win.c208 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp);
Dpystate.c1021 int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose; in PyThreadState_Clear()
2147 _PyInterpreterState_GetConfig(PyInterpreterState *interp) in _PyInterpreterState_GetConfig() function
2172 return _PyInterpreterState_GetConfig(tstate->interp); in _Py_GetConfig()
Dinitconfig.c3016 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _Py_GetConfigsAsDict()
3083 const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp); in _Py_DumpPathConfig()
Dbltinmodule.c3031 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _PyBuiltin_Init()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_pystate.h44 return _PyInterpreterState_GetConfig(interp); in _Py_GetMainConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_pystate.h44 return _PyInterpreterState_GetConfig(interp); in _Py_GetMainConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_pystate.h44 return _PyInterpreterState_GetConfig(interp); in _Py_GetMainConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_pystate.h44 return _PyInterpreterState_GetConfig(interp); in _Py_GetMainConfig()
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_pystate.h44 return _PyInterpreterState_GetConfig(interp); in _Py_GetMainConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpystate.h272 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpystate.h272 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpystate.h272 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpystate.h272 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpystate.h272 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp);
/aosp_15_r20/external/python/cpython3/Modules/_io/
D_iomodule.c477 if (_PyInterpreterState_GetConfig(interp)->warn_default_encoding) { in _io_text_encoding_impl()
Dtextio.c992 if (!_PyInterpreterState_GetConfig(interp)->dev_mode) { in io_check_errors()
1079 if (_PyInterpreterState_GetConfig(interp)->warn_default_encoding) { in _io_TextIOWrapper___init___impl()
/aosp_15_r20/external/python/cpython3/Modules/
Dmain.c546 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); in pymain_run_python()
D_posixsubprocess.c885 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in subprocess_fork_exec()
D_winapi.c1093 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _winapi_CreateProcess_impl()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c462 if (!_PyInterpreterState_GetConfig(interp)->dev_mode) { in unicode_check_encoding_errors()
3806 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in PyUnicode_EncodeFSDefault()
4044 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in PyUnicode_DecodeFSDefaultAndSize()
15946 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); in init_stdio_encoding()
15958 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in init_fs_codec()
16017 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); in init_fs_encoding()
16060 PyConfig *config = (PyConfig *)_PyInterpreterState_GetConfig(interp); in _PyUnicode_EnableLegacyWindowsFSEncoding()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi1070 …<elf-symbol name='_PyInterpreterState_GetConfig' type='func-type' binding='global-binding' visibil…
14663_PyInterpreterState_GetConfig' mangled-name='_PyInterpreterState_GetConfig' filepath='Python/pysta…