Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpylifecycle.c161 int verbose = _PyInterpreterState_GetConfig(interp)->verbose; in init_importlib()
544 config = _PyInterpreterState_GetConfig(interp); in pyinit_core_reconfigure()
834 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in pycore_interp_init()
1067 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in init_interp_main()
1223 config = _PyInterpreterState_GetConfig(tstate->interp); in Py_InitializeFromConfig()
1497 int verbose = _PyInterpreterState_GetConfig(interp)->verbose; in finalize_modules()
1925 config = _PyInterpreterState_GetConfig(save_tstate->interp); in new_interpreter()
1932 config = _PyInterpreterState_GetConfig(main_interp); in new_interpreter()
2322 const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp); in init_sys_streams()
Dimport.c66 int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose; in _PyImportZip_Init()
553 int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose; in import_find_extension()
1274 if (!exception || _PyInterpreterState_GetConfig(tstate->interp)->verbose) { in remove_importlib_frames()
1483 int import_time = _PyInterpreterState_GetConfig(interp)->import_time; in import_find_and_load()
Dsysmodule.c363 const PyConfig *config = _PyInterpreterState_GetConfig(ts->interp); in _PySys_ClearAuditHooks()
872 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencoding_impl()
887 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencodeerrors_impl()
2576 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in set_flags_from_config()
2985 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _PySys_UpdateConfig()
Dpystate.c832 int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose; in PyThreadState_Clear()
1947 _PyInterpreterState_GetConfig(PyInterpreterState *interp) in _PyInterpreterState_GetConfig() function
1972 return _PyInterpreterState_GetConfig(tstate->interp); in _Py_GetConfig()
Dinitconfig.c2991 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _Py_GetConfigsAsDict()
3068 const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp); in _Py_DumpPathConfig()
Dbltinmodule.c2979 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _PyBuiltin_Init()
/third_party/python/Include/cpython/
Dpystate.h211 PyAPI_FUNC(const PyConfig*) _PyInterpreterState_GetConfig(PyInterpreterState *interp);
/third_party/python/Modules/
Dmain.c538 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); in pymain_run_python()
D_posixsubprocess.c774 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in subprocess_fork_exec()
D_winapi.c1093 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in _winapi_CreateProcess_impl()
/third_party/python/Modules/_io/
D_iomodule.c534 if (_PyInterpreterState_GetConfig(interp)->warn_default_encoding) { in _io_text_encoding_impl()
Dtextio.c1002 if (!_PyInterpreterState_GetConfig(interp)->dev_mode) { in io_check_errors()
1090 if (_PyInterpreterState_GetConfig(interp)->warn_default_encoding) { in _io_TextIOWrapper___init___impl()
/third_party/python/Objects/
Dunicodeobject.c466 if (!_PyInterpreterState_GetConfig(interp)->dev_mode) { in unicode_check_encoding_errors()
3876 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in PyUnicode_EncodeFSDefault()
4114 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in PyUnicode_DecodeFSDefaultAndSize()
16211 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); in init_stdio_encoding()
16223 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in init_fs_codec()
16282 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); in init_fs_encoding()
16325 PyConfig *config = (PyConfig *)_PyInterpreterState_GetConfig(interp); in _PyUnicode_EnableLegacyWindowsFSEncoding()