René's URL Explorer Experiment


Title: Python Initialization Configuration — Python 3.15.0a5 documentation

Open Graph Title: Python Initialization Configuration

Description: PyInitConfig C API: Python can be initialized with Py_InitializeFromInitConfig(). The Py_RunMain() function can be used to write a customized Python program. See also Initialization, Finalization, ...

Open Graph Description: PyInitConfig C API: Python can be initialized with Py_InitializeFromInitConfig(). The Py_RunMain() function can be used to write a customized Python program. See also Initialization, Finalization, ...

Opengraph URL: https://docs.python.org/3/c-api/init_config.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_init_config_49308dab.png
og:image:altPyInitConfig C API: Python can be initialized with Py_InitializeFromInitConfig(). The Py_RunMain() function can be used to write a customized Python program. See also Initialization, Finalization, ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Python Initialization Configurationhttps://docs.python.org/dev/c-api/init_config.html
PyInitConfig C APIhttps://docs.python.org/dev/c-api/init_config.html#pyinitconfig-c-api
Examplehttps://docs.python.org/dev/c-api/init_config.html#example
Create Confighttps://docs.python.org/dev/c-api/init_config.html#create-config
Error Handlinghttps://docs.python.org/dev/c-api/init_config.html#error-handling
Get Optionshttps://docs.python.org/dev/c-api/init_config.html#get-options
Set Optionshttps://docs.python.org/dev/c-api/init_config.html#set-options
Modulehttps://docs.python.org/dev/c-api/init_config.html#module
Initialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#initialize-python
Configuration Optionshttps://docs.python.org/dev/c-api/init_config.html#configuration-options
Runtime Python configuration APIhttps://docs.python.org/dev/c-api/init_config.html#runtime-python-configuration-api
PyConfig C APIhttps://docs.python.org/dev/c-api/init_config.html#pyconfig-c-api
Examplehttps://docs.python.org/dev/c-api/init_config.html#id1
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#pywidestringlist
PyStatushttps://docs.python.org/dev/c-api/init_config.html#pystatus
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#pypreconfig
Preinitialize Python with PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#preinitialize-python-with-pypreconfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#pyconfig
Initialization with PyConfighttps://docs.python.org/dev/c-api/init_config.html#initialization-with-pyconfig
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#isolated-configuration
Python Configurationhttps://docs.python.org/dev/c-api/init_config.html#python-configuration
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#python-path-configuration
Py_GetArgcArgv()https://docs.python.org/dev/c-api/init_config.html#py-getargcargv
Delaying main module executionhttps://docs.python.org/dev/c-api/init_config.html#delaying-main-module-execution
Initialization, Finalization, and Threadshttps://docs.python.org/dev/c-api/init.html
Memory Managementhttps://docs.python.org/dev/c-api/memory.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/init_config.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/memory.html
previoushttps://docs.python.org/dev/c-api/init.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Python Initialization Configurationhttps://docs.python.org/dev/c-api/init_config.html
https://docs.python.org/dev/c-api/init_config.html#python-initialization-configuration
https://docs.python.org/dev/c-api/init_config.html#pyinitconfig-c-api
Py_InitializeFromInitConfig()https://docs.python.org/dev/c-api/init_config.html#c.Py_InitializeFromInitConfig
Py_RunMain()https://docs.python.org/dev/c-api/init.html#c.Py_RunMain
Initialization, Finalization, and Threadshttps://docs.python.org/dev/c-api/init.html#initialization
PEP 741https://peps.python.org/pep-0741/
https://docs.python.org/dev/c-api/init_config.html#example
Python Development Modehttps://docs.python.org/dev/library/devmode.html#devmode
https://docs.python.org/dev/c-api/init_config.html#create-config
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_Create
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-isolated-conf
PyInitConfig_Free()https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_Free
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_Free
https://docs.python.org/dev/c-api/init_config.html#error-handling
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_GetError
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_GetExitCode
https://docs.python.org/dev/c-api/init_config.html#get-options
Configuration Optionshttps://docs.python.org/dev/c-api/init_config.html#pyinitconfig-opts
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_HasOption
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_GetInt
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_GetStr
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_GetStrList
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_FreeStrList
https://docs.python.org/dev/c-api/init_config.html#set-options
Configuration Optionshttps://docs.python.org/dev/c-api/init_config.html#pyinitconfig-opts
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_SetInt
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_SetStr
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_SetStrList
https://docs.python.org/dev/c-api/init_config.html#module
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig_AddModule
PyImport_AppendInittab()https://docs.python.org/dev/c-api/import.html#c.PyImport_AppendInittab
https://docs.python.org/dev/c-api/init_config.html#initialize-python
PyInitConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyInitConfig
https://docs.python.org/dev/c-api/init_config.html#c.Py_InitializeFromInitConfig
https://docs.python.org/dev/c-api/init_config.html#configuration-options
allocatorhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.allocator
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
base_exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_exec_prefix
base_executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_executable
base_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_prefix
buffered_stdiohttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.buffered_stdio
bytes_warninghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.bytes_warning
check_hash_pycs_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode
code_debug_rangeshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.code_debug_ranges
coerce_c_localehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.coerce_c_locale
coerce_c_locale_warnhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.coerce_c_locale_warn
configure_c_stdiohttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.configure_c_stdio
configure_localehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.configure_locale
cpu_counthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.cpu_count
dev_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dev_mode
dump_refshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dump_refs
dump_refs_filehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dump_refs_file
exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
faulthandlerhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.faulthandler
filesystem_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_encoding
filesystem_errorshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_errors
hash_seedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.hash_seed
homehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.home
import_timehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.import_time
inspecthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.inspect
install_signal_handlershttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.install_signal_handlers
int_max_str_digitshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.int_max_str_digits
interactivehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.interactive
isolatedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.isolated
legacy_windows_fs_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding
legacy_windows_stdiohttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.legacy_windows_stdio
malloc_statshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.malloc_stats
module_search_pathshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths
optimization_levelhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.optimization_level
orig_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.orig_argv
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
parser_debughttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parser_debug
pathconfig_warningshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pathconfig_warnings
perf_profilinghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.perf_profiling
platlibdirhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.platlibdir
prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
program_namehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.program_name
pycache_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pycache_prefix
quiethttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.quiet
run_commandhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_command
run_filenamehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_filename
run_modulehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_module
run_presitehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_presite
safe_pathhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.safe_path
show_ref_counthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.show_ref_count
site_importhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.site_import
skip_source_first_linehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.skip_source_first_line
stdio_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdio_encoding
stdio_errorshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdio_errors
stdlib_dirhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdlib_dir
tracemallochttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.tracemalloc
use_environmenthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_environment
use_frozen_moduleshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_frozen_modules
use_hash_seedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_hash_seed
use_system_loggerhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_system_logger
user_site_directoryhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.user_site_directory
utf8_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
verbosehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.verbose
warn_default_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.warn_default_encoding
warnoptionshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.warnoptions
write_bytecodehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.write_bytecode
xoptionshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.xoptions
_pystatshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig._pystats
PyConfig_Get()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Get
PyConfig_Set()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Set
PyConfig_Get()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Get
PyConfig_Set()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Set
https://docs.python.org/dev/c-api/init_config.html#runtime-python-configuration-api
PyConfig_Get()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Get
PyConfig_Set()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Set
Configuration Optionshttps://docs.python.org/dev/c-api/init_config.html#pyinitconfig-opts
syshttps://docs.python.org/dev/library/sys.html#module-sys
sys.argvhttps://docs.python.org/dev/library/sys.html#sys.argv
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Get
attached thread statehttps://docs.python.org/dev/glossary.html#term-attached-thread-state
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_GetInt
PyConfig_Get()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Get
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Names
attached thread statehttps://docs.python.org/dev/glossary.html#term-attached-thread-state
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Set
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
attached thread statehttps://docs.python.org/dev/glossary.html#term-attached-thread-state
auditing eventhttps://docs.python.org/dev/library/sys.html#auditing
https://docs.python.org/dev/c-api/init_config.html#pyconfig-c-api
Py_InitializeFromConfig()https://docs.python.org/dev/c-api/init.html#c.Py_InitializeFromConfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
Py_PreInitialize()https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitialize
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
Python Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-python-config
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-isolated-conf
Py_RunMain()https://docs.python.org/dev/c-api/init.html#c.Py_RunMain
Initialization, Finalization, and Threadshttps://docs.python.org/dev/c-api/init.html#initialization
PEP 587https://peps.python.org/pep-0587/
https://docs.python.org/dev/c-api/init_config.html#id1
https://docs.python.org/dev/c-api/init_config.html#pywidestringlist
https://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
https://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList_Append
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList_Insert
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList.length
https://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList.items
https://docs.python.org/dev/c-api/init_config.html#pystatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus.exitcode
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus.err_msg
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus.func
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_Ok
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_Error
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_NoMemory
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_Exit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_Exception
Py_ExitStatusException()https://docs.python.org/dev/c-api/init_config.html#c.Py_ExitStatusException
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_IsError
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_IsExit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
https://docs.python.org/dev/c-api/init_config.html#c.Py_ExitStatusException
https://docs.python.org/dev/c-api/init_config.html#pypreconfig
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig_InitPythonConfig
Python Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-python-config
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig_InitIsolatedConfig
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-isolated-conf
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.allocator
default memory allocatorshttps://docs.python.org/dev/c-api/memory.html#default-memory-allocators
default memory allocatorshttps://docs.python.org/dev/c-api/memory.html#default-memory-allocators
debug hookshttps://docs.python.org/dev/c-api/memory.html#pymem-debug-hooks
debug hookshttps://docs.python.org/dev/c-api/memory.html#pymem-debug-hooks
Python pymalloc memory allocatorhttps://docs.python.org/dev/c-api/memory.html#pymalloc
Python pymalloc memory allocatorhttps://docs.python.org/dev/c-api/memory.html#pymalloc
debug hookshttps://docs.python.org/dev/c-api/memory.html#pymem-debug-hooks
debug hookshttps://docs.python.org/dev/c-api/memory.html#pymem-debug-hooks
configured using --without-pymallochttps://docs.python.org/dev/using/configure.html#cmdoption-without-pymalloc
configured using --without-mimallochttps://docs.python.org/dev/using/configure.html#cmdoption-without-mimalloc
Memory Managementhttps://docs.python.org/dev/c-api/memory.html#memory
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.configure_locale
coerce_c_localehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.coerce_c_locale
coerce_c_locale_warnhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.coerce_c_locale_warn
locale encodinghttps://docs.python.org/dev/glossary.html#term-locale-encoding
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.coerce_c_locale
locale encodinghttps://docs.python.org/dev/glossary.html#term-locale-encoding
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.coerce_c_locale_warn
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.dev_mode
Python Development Modehttps://docs.python.org/dev/library/devmode.html#devmode
PyConfig.dev_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dev_mode
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.isolated
PyConfig.isolatedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.isolated
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding
PyPreConfig.utf8_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
PyConfig.filesystem_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_encoding
PyConfig.filesystem_errorshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_errors
PYTHONLEGACYWINDOWSFSENCODINGhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONLEGACYWINDOWSFSENCODING
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.parse_argv
Py_PreInitializeFromArgs()https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitializeFromArgs
Py_PreInitializeFromBytesArgs()https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitializeFromBytesArgs
Command Line Argumentshttps://docs.python.org/dev/using/cmdline.html#using-on-cmdline
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.use_environment
environment variableshttps://docs.python.org/dev/using/cmdline.html#using-on-envvars
PyConfig.use_environmenthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_environment
https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
Python UTF-8 Modehttps://docs.python.org/dev/library/os.html#utf8-mode
-X utf8https://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONUTF8https://docs.python.org/dev/using/cmdline.html#envvar-PYTHONUTF8
https://docs.python.org/dev/c-api/init_config.html#preinitialize-python-with-pypreconfig
PyPreConfig.allocatorhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.allocator
locale encodinghttps://docs.python.org/dev/glossary.html#term-locale-encoding
Python UTF-8 Modehttps://docs.python.org/dev/library/os.html#utf8-mode
PyPreConfig.utf8_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitialize
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitializeFromBytesArgs
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.parse_argv
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitializeFromArgs
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.parse_argv
PyStatus_Exception()https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_Exception
Py_ExitStatusException()https://docs.python.org/dev/c-api/init_config.html#c.Py_ExitStatusException
Python Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-python-config
PyPreConfig_InitPythonConfig()https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig_InitPythonConfig
-X utf8https://docs.python.org/dev/using/cmdline.html#cmdoption-X
Python UTF-8 Modehttps://docs.python.org/dev/library/os.html#utf8-mode
Py_PreInitialize()https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitialize
Py_InitializeFromConfig()https://docs.python.org/dev/c-api/init.html#c.Py_InitializeFromConfig
Py_PreInitialize()https://docs.python.org/dev/c-api/init_config.html#c.Py_PreInitialize
PyPreConfig.allocatorhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.allocator
PyMem_RawMalloc()https://docs.python.org/dev/c-api/memory.html#c.PyMem_RawMalloc
Py_DecodeLocale()https://docs.python.org/dev/c-api/sys.html#c.Py_DecodeLocale
Python UTF-8 Modehttps://docs.python.org/dev/library/os.html#utf8-mode
https://docs.python.org/dev/c-api/init_config.html#pyconfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig
PyConfig_Clear()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Clear
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_InitPythonConfig
Python Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-python-config
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_InitIsolatedConfig
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-isolated-conf
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetString
Preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetBytesString
Py_DecodeLocale()https://docs.python.org/dev/c-api/sys.html#c.Py_DecodeLocale
Preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetArgv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
Preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetBytesArgv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
Py_DecodeLocale()https://docs.python.org/dev/c-api/sys.html#c.Py_DecodeLocale
Preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetWideStringList
Preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyStatushttps://docs.python.org/dev/c-api/init_config.html#c.PyStatus
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Read
path configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig_Read()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Read
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig.parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
Preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig.parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
PyConfig.parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
PyConfig_Read()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Read
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
Py_InitializeFromConfig()https://docs.python.org/dev/c-api/init.html#c.Py_InitializeFromConfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Clear
preinitialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#c-preinit
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
PyConfig.dev_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dev_mode
PyConfig.isolatedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.isolated
PyConfig.parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
PyConfig.use_environmenthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_environment
PyConfig_SetArgv()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetArgv
PyConfig_SetBytesArgv()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_SetBytesArgv
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
sys.argvhttps://docs.python.org/dev/library/sys.html#sys.argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
sys.argvhttps://docs.python.org/dev/library/sys.html#sys.argv
orig_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.orig_argv
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.safe_path
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
argv[0]https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
-Phttps://docs.python.org/dev/using/cmdline.html#cmdoption-P
PYTHONSAFEPATHhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONSAFEPATH
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_exec_prefix
sys.base_exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_exec_prefix
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig.exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_executable
PyConfig.executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig.executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_prefix
sys.base_prefixhttps://docs.python.org/dev/library/sys.html#sys.base_prefix
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig.prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.buffered_stdio
configure_c_stdiohttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.configure_c_stdio
-uhttps://docs.python.org/dev/using/cmdline.html#cmdoption-u
PYTHONUNBUFFEREDhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONUNBUFFERED
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.bytes_warning
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/dev/library/stdtypes.html#bytearray
strhttps://docs.python.org/dev/library/stdtypes.html#str
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
inthttps://docs.python.org/dev/library/functions.html#int
BytesWarninghttps://docs.python.org/dev/library/exceptions.html#BytesWarning
-bhttps://docs.python.org/dev/using/cmdline.html#cmdoption-b
-bhttps://docs.python.org/dev/using/cmdline.html#cmdoption-b
bytes_warninghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.bytes_warning
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.warn_default_encoding
EncodingWarninghttps://docs.python.org/dev/library/exceptions.html#EncodingWarning
io.TextIOWrapperhttps://docs.python.org/dev/library/io.html#io.TextIOWrapper
Opt-in EncodingWarninghttps://docs.python.org/dev/library/io.html#io-encoding-warning
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.code_debug_ranges
PYTHONNODEBUGRANGEShttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONNODEBUGRANGES
-X no_debug_rangeshttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode
--check-hash-based-pycshttps://docs.python.org/dev/using/cmdline.html#cmdoption-check-hash-based-pycs
PEP 552https://peps.python.org/pep-0552/
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.configure_c_stdio
buffered_stdiohttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.buffered_stdio
interactivehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.interactive
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dev_mode
Python Development Modehttps://docs.python.org/dev/library/devmode.html#devmode
-X devhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONDEVMODEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONDEVMODE
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dump_refs
PYTHONDUMPREFShttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONDUMPREFS
configure --with-trace-refs optionhttps://docs.python.org/dev/using/configure.html#cmdoption-with-trace-refs
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.dump_refs_file
PYTHONDUMPREFSFILEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONDUMPREFSFILE
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
sys.exec_prefixhttps://docs.python.org/dev/library/sys.html#sys.exec_prefix
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig.base_exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_exec_prefix
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
sys.executablehttps://docs.python.org/dev/library/sys.html#sys.executable
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig.base_executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_executable
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.faulthandler
faulthandler.enable()https://docs.python.org/dev/library/faulthandler.html#faulthandler.enable
-X faulthandlerhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONFAULTHANDLERhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONFAULTHANDLER
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_encoding
Filesystem encodinghttps://docs.python.org/dev/glossary.html#term-filesystem-encoding-and-error-handler
sys.getfilesystemencoding()https://docs.python.org/dev/library/sys.html#sys.getfilesystemencoding
legacy_windows_fs_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
PyPreConfig.utf8_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
locale encodinghttps://docs.python.org/dev/glossary.html#term-locale-encoding
filesystem_errorshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_errors
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_errors
Filesystem error handlerhttps://docs.python.org/dev/glossary.html#term-filesystem-encoding-and-error-handler
sys.getfilesystemencodeerrors()https://docs.python.org/dev/library/sys.html#sys.getfilesystemencodeerrors
legacy_windows_fs_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig
filesystem_encodinghttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_encoding
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_frozen_modules
PYTHON_FROZEN_MODULEShttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHON_FROZEN_MODULES
debug buildhttps://docs.python.org/dev/using/configure.html#debug-build
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.hash_seed
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_hash_seed
use_hash_seedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_hash_seed
hash_seedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.hash_seed
PYTHONHASHSEEDhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONHASHSEED
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.home
PYTHONHOMEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONHOME
PYTHONHOMEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONHOME
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.import_time
-X importtimehttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONPROFILEIMPORTTIMEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPROFILEIMPORTTIME
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.inspect
sys.stdinhttps://docs.python.org/dev/library/sys.html#sys.stdin
-ihttps://docs.python.org/dev/using/cmdline.html#cmdoption-i
PYTHONINSPECThttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONINSPECT
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.install_signal_handlers
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.interactive
-ihttps://docs.python.org/dev/using/cmdline.html#cmdoption-i
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.int_max_str_digits
integer string conversion length limitationhttps://docs.python.org/dev/library/stdtypes.html#int-max-str-digits
sys.int_info.default_max_str_digitshttps://docs.python.org/dev/library/sys.html#sys.int_info.default_max_str_digits
sys.int_info.str_digits_check_thresholdhttps://docs.python.org/dev/library/sys.html#sys.int_info.str_digits_check_threshold
-X int_max_str_digitshttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONINTMAXSTRDIGITShttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONINTMAXSTRDIGITS
sys.int_info.default_max_str_digitshttps://docs.python.org/dev/library/sys.html#sys.int_info.default_max_str_digits
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.cpu_count
cpu_counthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.cpu_count
os.cpu_count()https://docs.python.org/dev/library/os.html#os.cpu_count
os.process_cpu_count()https://docs.python.org/dev/library/os.html#os.process_cpu_count
multiprocessing.cpu_count()https://docs.python.org/dev/library/multiprocessing.html#multiprocessing.cpu_count
PYTHON_CPU_COUNThttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHON_CPU_COUNT
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.isolated
safe_pathhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.safe_path
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
use_environmenthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_environment
user_site_directoryhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.user_site_directory
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
readlinehttps://docs.python.org/dev/library/readline.html#module-readline
-Ihttps://docs.python.org/dev/using/cmdline.html#cmdoption-I
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-isolated-conf
PyPreConfig.isolatedhttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.isolated
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.legacy_windows_stdio
io.FileIOhttps://docs.python.org/dev/library/io.html#io.FileIO
sys.stdinhttps://docs.python.org/dev/library/sys.html#sys.stdin
sys.stdouthttps://docs.python.org/dev/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/dev/library/sys.html#sys.stderr
PYTHONLEGACYWINDOWSSTDIOhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONLEGACYWINDOWSSTDIO
PEP 528https://peps.python.org/pep-0528/
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.malloc_stats
Python pymalloc memory allocatorhttps://docs.python.org/dev/c-api/memory.html#pymalloc
PYTHONMALLOCSTATShttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONMALLOCSTATS
configured using the --without-pymalloc optionhttps://docs.python.org/dev/using/configure.html#cmdoption-without-pymalloc
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.platlibdir
sys.platlibdirhttps://docs.python.org/dev/library/sys.html#sys.platlibdir
PYTHONPLATLIBDIRhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPLATLIBDIR
configure --with-platlibdir optionhttps://docs.python.org/dev/using/configure.html#cmdoption-with-platlibdir
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pythonpath_env
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
os.pathsephttps://docs.python.org/dev/library/os.html#os.pathsep
PYTHONPATHhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPATH
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths_set
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
module_search_paths_sethttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths_set
Py_InitializeFromConfig()https://docs.python.org/dev/c-api/init.html#c.Py_InitializeFromConfig
module_search_pathshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths
module_search_paths_sethttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths_set
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.optimization_level
-Ohttps://docs.python.org/dev/using/cmdline.html#cmdoption-O
PYTHONOPTIMIZEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONOPTIMIZE
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.orig_argv
sys.orig_argvhttps://docs.python.org/dev/library/sys.html#sys.orig_argv
orig_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.orig_argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig_Read()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Read
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
orig_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.orig_argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
Py_GetArgcArgv()https://docs.python.org/dev/c-api/init_config.html#c.Py_GetArgcArgv
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
command line argumentshttps://docs.python.org/dev/using/cmdline.html#using-on-cmdline
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig_Read()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_Read
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig.parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig.parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parser_debug
-dhttps://docs.python.org/dev/using/cmdline.html#cmdoption-d
PYTHONDEBUGhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONDEBUG
debug build of Pythonhttps://docs.python.org/dev/using/configure.html#debug-build
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pathconfig_warnings
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
sys.prefixhttps://docs.python.org/dev/library/sys.html#sys.prefix
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
PyConfig.base_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_prefix
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.program_name
executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
PYTHONEXECUTABLEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONEXECUTABLE
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#init-path-config
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pycache_prefix
sys.pycache_prefixhttps://docs.python.org/dev/library/sys.html#sys.pycache_prefix
-X pycache_prefix=PATHhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONPYCACHEPREFIXhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPYCACHEPREFIX
sys.pycache_prefixhttps://docs.python.org/dev/library/sys.html#sys.pycache_prefix
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.quiet
-qhttps://docs.python.org/dev/using/cmdline.html#cmdoption-q
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_command
-chttps://docs.python.org/dev/using/cmdline.html#cmdoption-c
Py_RunMain()https://docs.python.org/dev/c-api/init.html#c.Py_RunMain
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_filename
-chttps://docs.python.org/dev/using/cmdline.html#cmdoption-c
-mhttps://docs.python.org/dev/using/cmdline.html#cmdoption-m
Py_RunMain()https://docs.python.org/dev/c-api/init.html#c.Py_RunMain
PyConfig.skip_source_first_linehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.skip_source_first_line
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_module
-mhttps://docs.python.org/dev/using/cmdline.html#cmdoption-m
Py_RunMain()https://docs.python.org/dev/c-api/init.html#c.Py_RunMain
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_presite
-X presite=package.modulehttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHON_PRESITEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHON_PRESITE
debug build of Pythonhttps://docs.python.org/dev/using/configure.html#debug-build
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.show_ref_count
immortalhttps://docs.python.org/dev/glossary.html#term-immortal
-X showrefcounthttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
debug build of Pythonhttps://docs.python.org/dev/using/configure.html#debug-build
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.site_import
sitehttps://docs.python.org/dev/library/site.html#module-site
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
sitehttps://docs.python.org/dev/library/site.html#module-site
site.main()https://docs.python.org/dev/library/site.html#site.main
-Shttps://docs.python.org/dev/using/cmdline.html#cmdoption-S
sys.flags.no_sitehttps://docs.python.org/dev/library/sys.html#sys.flags
site_importhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.site_import
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.skip_source_first_line
PyConfig.run_filenamehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_filename
-xhttps://docs.python.org/dev/using/cmdline.html#cmdoption-x
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdio_encoding
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdio_errors
sys.stdinhttps://docs.python.org/dev/library/sys.html#sys.stdin
sys.stdouthttps://docs.python.org/dev/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/dev/library/sys.html#sys.stderr
sys.stderrhttps://docs.python.org/dev/library/sys.html#sys.stderr
PYTHONIOENCODINGhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONIOENCODING
PyPreConfig.utf8_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
locale encodinghttps://docs.python.org/dev/glossary.html#term-locale-encoding
PyPreConfig.utf8_modehttps://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig.utf8_mode
PyConfig.legacy_windows_stdiohttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.legacy_windows_stdio
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.tracemalloc
tracemalloc.start()https://docs.python.org/dev/library/tracemalloc.html#tracemalloc.start
-X tracemalloc=Nhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONTRACEMALLOChttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONTRACEMALLOC
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.perf_profiling
-X perfhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHONPERFSUPPORThttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONPERFSUPPORT
-X perf_jithttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
PYTHON_PERF_JIT_SUPPORThttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHON_PERF_JIT_SUPPORT
Python support for the perf map compatible profilershttps://docs.python.org/dev/howto/perf_profiling.html#perf-profiling
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdlib_dir
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_environment
environment variableshttps://docs.python.org/dev/using/cmdline.html#using-on-envvars
environment variableshttps://docs.python.org/dev/using/cmdline.html#using-on-envvars
-Ehttps://docs.python.org/dev/using/cmdline.html#cmdoption-E
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_system_logger
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.user_site_directory
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
-shttps://docs.python.org/dev/using/cmdline.html#cmdoption-s
-Ihttps://docs.python.org/dev/using/cmdline.html#cmdoption-I
PYTHONNOUSERSITEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONNOUSERSITE
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.verbose
-vhttps://docs.python.org/dev/using/cmdline.html#cmdoption-v
PYTHONVERBOSEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONVERBOSE
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.warnoptions
warningshttps://docs.python.org/dev/library/warnings.html#module-warnings
sys.warnoptionshttps://docs.python.org/dev/library/sys.html#sys.warnoptions
warningshttps://docs.python.org/dev/library/warnings.html#module-warnings
sys.warnoptionshttps://docs.python.org/dev/library/sys.html#sys.warnoptions
PyConfig.warnoptionshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.warnoptions
-Whttps://docs.python.org/dev/using/cmdline.html#cmdoption-W
warnoptionshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.warnoptions
PYTHONWARNINGShttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONWARNINGS
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.write_bytecode
-Bhttps://docs.python.org/dev/using/cmdline.html#cmdoption-B
PYTHONDONTWRITEBYTECODEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE
sys.dont_write_bytecodehttps://docs.python.org/dev/library/sys.html#sys.dont_write_bytecode
write_bytecodehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.write_bytecode
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#c.PyWideStringList
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.xoptions
-Xhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
sys._xoptionshttps://docs.python.org/dev/library/sys.html#sys._xoptions
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig._pystats
--enable-pystatshttps://docs.python.org/dev/using/configure.html#cmdoption-enable-pystats
parse_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parse_argv
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
command line argumentshttps://docs.python.org/dev/using/cmdline.html#using-on-cmdline
argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
xoptionshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.xoptions
-Xhttps://docs.python.org/dev/using/cmdline.html#cmdoption-X
https://docs.python.org/dev/c-api/init_config.html#initialization-with-pyconfig
Py_InitializeFromConfig()https://docs.python.org/dev/c-api/init.html#c.Py_InitializeFromConfig
PyStatus_Exception()https://docs.python.org/dev/c-api/init_config.html#c.PyStatus_Exception
Py_ExitStatusException()https://docs.python.org/dev/c-api/init_config.html#c.Py_ExitStatusException
PyImport_FrozenModules()https://docs.python.org/dev/c-api/import.html#c.PyImport_FrozenModules
PyImport_AppendInittab()https://docs.python.org/dev/c-api/import.html#c.PyImport_AppendInittab
PyImport_ExtendInittab()https://docs.python.org/dev/c-api/import.html#c.PyImport_ExtendInittab
PyImport_AppendInittab()https://docs.python.org/dev/c-api/import.html#c.PyImport_AppendInittab
PyImport_ExtendInittab()https://docs.python.org/dev/c-api/import.html#c.PyImport_ExtendInittab
https://docs.python.org/dev/c-api/init_config.html#isolated-configuration
PyPreConfig_InitIsolatedConfig()https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig_InitIsolatedConfig
PyConfig_InitIsolatedConfig()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_InitIsolatedConfig
PyConfig.argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.argv
PyConfig.homehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.home
https://docs.python.org/dev/c-api/init_config.html#python-configuration
PyPreConfig_InitPythonConfig()https://docs.python.org/dev/c-api/init_config.html#c.PyPreConfig_InitPythonConfig
PyConfig_InitPythonConfig()https://docs.python.org/dev/c-api/init_config.html#c.PyConfig_InitPythonConfig
PEP 538https://peps.python.org/pep-0538/
Python UTF-8 Modehttps://docs.python.org/dev/library/os.html#utf8-mode
PEP 540https://peps.python.org/pep-0540/
PYTHONUTF8https://docs.python.org/dev/using/cmdline.html#envvar-PYTHONUTF8
PYTHONCOERCECLOCALEhttps://docs.python.org/dev/using/cmdline.html#envvar-PYTHONCOERCECLOCALE
https://docs.python.org/dev/c-api/init_config.html#python-path-configuration
PyConfighttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig
PyConfig.homehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.home
PyConfig.platlibdirhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.platlibdir
PyConfig.pathconfig_warningshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pathconfig_warnings
PyConfig.program_namehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.program_name
PyConfig.pythonpath_envhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pythonpath_env
PyConfig.program_namehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.program_name
PyConfig.base_exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_exec_prefix
PyConfig.base_executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_executable
PyConfig.base_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_prefix
PyConfig.exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
PyConfig.executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
PyConfig.module_search_paths_sethttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths_set
PyConfig.module_search_pathshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths
PyConfig.prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
module_search_paths_sethttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths_set
module_search_pathshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths
module_search_paths_sethttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths_set
pathconfig_warningshttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.pathconfig_warnings
base_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_prefix
base_exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_exec_prefix
prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
Py_RunMain()https://docs.python.org/dev/c-api/init.html#c.Py_RunMain
Py_Main()https://docs.python.org/dev/c-api/init.html#c.Py_Main
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
run_filenamehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_filename
run_filenamehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_filename
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
isolatedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.isolated
run_modulehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_module
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
run_filenamehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.run_filename
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
site_importhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.site_import
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
sitehttps://docs.python.org/dev/library/site.html#module-site
user_site_directoryhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.user_site_directory
sitehttps://docs.python.org/dev/library/site.html#module-site
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
isolatedhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.isolated
use_environmenthttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.use_environment
site_importhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.site_import
user_site_directoryhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.user_site_directory
safe_pathhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.safe_path
homehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.home
executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.executable
prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
base_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_prefix
base_exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_exec_prefix
Virtual Environmentshttps://docs.python.org/dev/library/sys_path_init.html#sys-path-init-virtual-environments
PyConfig.base_executablehttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.base_executable
prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.prefix
exec_prefixhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.exec_prefix
sitehttps://docs.python.org/dev/library/site.html#module-site
-Shttps://docs.python.org/dev/using/cmdline.html#cmdoption-S
user_site_directoryhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.user_site_directory
https://docs.python.org/dev/c-api/init_config.html#py-getargcargv
https://docs.python.org/dev/c-api/init_config.html#c.Py_GetArgcArgv
PyConfig.orig_argvhttps://docs.python.org/dev/c-api/init_config.html#c.PyConfig.orig_argv
https://docs.python.org/dev/c-api/init_config.html#delaying-main-module-execution
Table of Contentshttps://docs.python.org/dev/contents.html
Python Initialization Configurationhttps://docs.python.org/dev/c-api/init_config.html
PyInitConfig C APIhttps://docs.python.org/dev/c-api/init_config.html#pyinitconfig-c-api
Examplehttps://docs.python.org/dev/c-api/init_config.html#example
Create Confighttps://docs.python.org/dev/c-api/init_config.html#create-config
Error Handlinghttps://docs.python.org/dev/c-api/init_config.html#error-handling
Get Optionshttps://docs.python.org/dev/c-api/init_config.html#get-options
Set Optionshttps://docs.python.org/dev/c-api/init_config.html#set-options
Modulehttps://docs.python.org/dev/c-api/init_config.html#module
Initialize Pythonhttps://docs.python.org/dev/c-api/init_config.html#initialize-python
Configuration Optionshttps://docs.python.org/dev/c-api/init_config.html#configuration-options
Runtime Python configuration APIhttps://docs.python.org/dev/c-api/init_config.html#runtime-python-configuration-api
PyConfig C APIhttps://docs.python.org/dev/c-api/init_config.html#pyconfig-c-api
Examplehttps://docs.python.org/dev/c-api/init_config.html#id1
PyWideStringListhttps://docs.python.org/dev/c-api/init_config.html#pywidestringlist
PyStatushttps://docs.python.org/dev/c-api/init_config.html#pystatus
PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#pypreconfig
Preinitialize Python with PyPreConfighttps://docs.python.org/dev/c-api/init_config.html#preinitialize-python-with-pypreconfig
PyConfighttps://docs.python.org/dev/c-api/init_config.html#pyconfig
Initialization with PyConfighttps://docs.python.org/dev/c-api/init_config.html#initialization-with-pyconfig
Isolated Configurationhttps://docs.python.org/dev/c-api/init_config.html#isolated-configuration
Python Configurationhttps://docs.python.org/dev/c-api/init_config.html#python-configuration
Python Path Configurationhttps://docs.python.org/dev/c-api/init_config.html#python-path-configuration
Py_GetArgcArgv()https://docs.python.org/dev/c-api/init_config.html#py-getargcargv
Delaying main module executionhttps://docs.python.org/dev/c-api/init_config.html#delaying-main-module-execution
Initialization, Finalization, and Threadshttps://docs.python.org/dev/c-api/init.html
Memory Managementhttps://docs.python.org/dev/c-api/memory.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/init_config.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/memory.html
previoushttps://docs.python.org/dev/c-api/init.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Python Initialization Configurationhttps://docs.python.org/dev/c-api/init_config.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.