René's URL Explorer Experiment


Title: Operating System Utilities — Python 3.14.2 documentation

Open Graph Title: Operating System Utilities

Description: System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...

Open Graph Description: System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...

Opengraph URL: https://docs.python.org/3/c-api/sys.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.14/_images/social_previews/summary_c-api_sys_cb3cf795.png
og:image:altSystem Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
Operating System Utilitieshttps://docs.python.org/3/c-api/sys.html
System Functionshttps://docs.python.org/3/c-api/sys.html#system-functions
Process Controlhttps://docs.python.org/3/c-api/sys.html#process-control
Utilitieshttps://docs.python.org/3/c-api/utilities.html
Importing Moduleshttps://docs.python.org/3/c-api/import.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/sys.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/import.html
previoushttps://docs.python.org/3/c-api/utilities.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Utilitieshttps://docs.python.org/3/c-api/utilities.html
Operating System Utilitieshttps://docs.python.org/3/c-api/sys.html
https://docs.python.org/3/c-api/sys.html#operating-system-utilities
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.PyOS_FSPath
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
strhttps://docs.python.org/3/library/stdtypes.html#str
byteshttps://docs.python.org/3/library/stdtypes.html#bytes
strong referencehttps://docs.python.org/3/glossary.html#term-strong-reference
os.PathLikehttps://docs.python.org/3/library/os.html#os.PathLike
__fspath__()https://docs.python.org/3/library/os.html#os.PathLike.__fspath__
strhttps://docs.python.org/3/library/stdtypes.html#str
byteshttps://docs.python.org/3/library/stdtypes.html#bytes
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
https://docs.python.org/3/c-api/sys.html#c.Py_FdIsInteractive
PyConfig.interactivehttps://docs.python.org/3/c-api/init_config.html#c.PyConfig.interactive
https://docs.python.org/3/c-api/sys.html#c.PyOS_BeforeFork
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
“main” threadhttps://docs.python.org/3/c-api/init.html#fork-and-threads
“main” interpreterhttps://docs.python.org/3/c-api/init.html#sub-interpreter-support
https://docs.python.org/3/c-api/sys.html#c.PyOS_AfterFork_Parent
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
“main” threadhttps://docs.python.org/3/c-api/init.html#fork-and-threads
“main” interpreterhttps://docs.python.org/3/c-api/init.html#sub-interpreter-support
https://docs.python.org/3/c-api/sys.html#c.PyOS_AfterFork_Child
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
“main” threadhttps://docs.python.org/3/c-api/init.html#fork-and-threads
“main” interpreterhttps://docs.python.org/3/c-api/init.html#sub-interpreter-support
os.register_at_fork()https://docs.python.org/3/library/os.html#os.register_at_fork
PyOS_BeforeFork()https://docs.python.org/3/c-api/sys.html#c.PyOS_BeforeFork
PyOS_AfterFork_Parent()https://docs.python.org/3/c-api/sys.html#c.PyOS_AfterFork_Parent
PyOS_AfterFork_Child()https://docs.python.org/3/c-api/sys.html#c.PyOS_AfterFork_Child
https://docs.python.org/3/c-api/sys.html#c.PyOS_AfterFork
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyOS_AfterFork_Child()https://docs.python.org/3/c-api/sys.html#c.PyOS_AfterFork_Child
https://docs.python.org/3/c-api/sys.html#c.PyOS_CheckStack
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
https://docs.python.org/3/c-api/sys.html#c.PyOS_sighandler_t
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyOS_sighandler_thttps://docs.python.org/3/c-api/sys.html#c.PyOS_sighandler_t
https://docs.python.org/3/c-api/sys.html#c.PyOS_getsig
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyOS_sighandler_thttps://docs.python.org/3/c-api/sys.html#c.PyOS_sighandler_t
PyOS_sighandler_thttps://docs.python.org/3/c-api/sys.html#c.PyOS_sighandler_t
https://docs.python.org/3/c-api/sys.html#c.PyOS_setsig
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
https://docs.python.org/3/c-api/sys.html#c.PyOS_InterruptOccurred
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyErr_CheckSignals()https://docs.python.org/3/c-api/exceptions.html#c.PyErr_CheckSignals
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
https://docs.python.org/3/c-api/sys.html#c.Py_DecodeLocale
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyConfighttps://docs.python.org/3/c-api/init_config.html#c.PyConfig
PyConfig_SetBytesString()https://docs.python.org/3/c-api/init_config.html#c.PyConfig_SetBytesString
Python is preinitializedhttps://docs.python.org/3/c-api/init_config.html#c-preinit
Python is preinitializedhttps://docs.python.org/3/c-api/init_config.html#c-preinit
Py_PreInitialize()https://docs.python.org/3/c-api/init_config.html#c.Py_PreInitialize
filesystem encoding and error handlerhttps://docs.python.org/3/glossary.html#term-filesystem-encoding-and-error-handler
surrogateescape error handlerhttps://docs.python.org/3/library/codecs.html#surrogateescape
PyMem_RawFree()https://docs.python.org/3/c-api/memory.html#c.PyMem_RawFree
filesystem encoding and error handlerhttps://docs.python.org/3/glossary.html#term-filesystem-encoding-and-error-handler
PyConfig_Read()https://docs.python.org/3/c-api/init_config.html#c.PyConfig_Read
filesystem_encodinghttps://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_encoding
filesystem_errorshttps://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_errors
PyConfighttps://docs.python.org/3/c-api/init_config.html#c.PyConfig
Py_EncodeLocale()https://docs.python.org/3/c-api/sys.html#c.Py_EncodeLocale
PyUnicode_DecodeFSDefaultAndSize()https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_DecodeFSDefaultAndSize
PyUnicode_DecodeLocaleAndSize()https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_DecodeLocaleAndSize
Python UTF-8 Modehttps://docs.python.org/3/library/os.html#utf8-mode
PyPreConfig.legacy_windows_fs_encodinghttps://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding
https://docs.python.org/3/c-api/sys.html#c.Py_EncodeLocale
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
filesystem encoding and error handlerhttps://docs.python.org/3/glossary.html#term-filesystem-encoding-and-error-handler
surrogateescape error handlerhttps://docs.python.org/3/library/codecs.html#surrogateescape
PyMem_Free()https://docs.python.org/3/c-api/memory.html#c.PyMem_Free
filesystem encoding and error handlerhttps://docs.python.org/3/glossary.html#term-filesystem-encoding-and-error-handler
PyConfig_Read()https://docs.python.org/3/c-api/init_config.html#c.PyConfig_Read
filesystem_encodinghttps://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_encoding
filesystem_errorshttps://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_errors
PyConfighttps://docs.python.org/3/c-api/init_config.html#c.PyConfig
Py_DecodeLocale()https://docs.python.org/3/c-api/sys.html#c.Py_DecodeLocale
Python is preinitializedhttps://docs.python.org/3/c-api/init_config.html#c-preinit
Py_PreInitialize()https://docs.python.org/3/c-api/init_config.html#c.Py_PreInitialize
PyUnicode_EncodeFSDefault()https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_EncodeFSDefault
PyUnicode_EncodeLocale()https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_EncodeLocale
Python UTF-8 Modehttps://docs.python.org/3/library/os.html#utf8-mode
PyPreConfig.legacy_windows_fs_encodinghttps://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.Py_fopen
strhttps://docs.python.org/3/library/stdtypes.html#str
byteshttps://docs.python.org/3/library/stdtypes.html#bytes
path-like objecthttps://docs.python.org/3/glossary.html#term-path-like-object
Py_fclose()https://docs.python.org/3/c-api/sys.html#c.Py_fclose
PEP 446https://peps.python.org/pep-0446/
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
https://docs.python.org/3/c-api/sys.html#c.Py_fclose
Py_fopen()https://docs.python.org/3/c-api/sys.html#c.Py_fopen
Py_fclose()https://docs.python.org/3/c-api/sys.html#c.Py_fclose
https://docs.python.org/3/c-api/sys.html#system-functions
syshttps://docs.python.org/3/library/sys.html#module-sys
syshttps://docs.python.org/3/library/sys.html#module-sys
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.PySys_GetObject
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
syshttps://docs.python.org/3/library/sys.html#module-sys
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.PySys_SetObject
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
syshttps://docs.python.org/3/library/sys.html#module-sys
https://docs.python.org/3/c-api/sys.html#c.PySys_ResetWarnOptions
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
sys.warnoptionshttps://docs.python.org/3/library/sys.html#sys.warnoptions
Py_Initialize()https://docs.python.org/3/c-api/init.html#c.Py_Initialize
sys.warnoptionshttps://docs.python.org/3/library/sys.html#sys.warnoptions
https://docs.python.org/3/c-api/sys.html#c.PySys_WriteStdout
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
sys.stdouthttps://docs.python.org/3/library/sys.html#sys.stdout
sys.stdouthttps://docs.python.org/3/library/sys.html#sys.stdout
https://docs.python.org/3/c-api/sys.html#c.PySys_WriteStderr
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PySys_WriteStdout()https://docs.python.org/3/c-api/sys.html#c.PySys_WriteStdout
sys.stderrhttps://docs.python.org/3/library/sys.html#sys.stderr
https://docs.python.org/3/c-api/sys.html#c.PySys_FormatStdout
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyUnicode_FromFormatV()https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_FromFormatV
https://docs.python.org/3/c-api/sys.html#c.PySys_FormatStderr
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PySys_FormatStdout()https://docs.python.org/3/c-api/sys.html#c.PySys_FormatStdout
sys.stderrhttps://docs.python.org/3/library/sys.html#sys.stderr
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.PySys_GetXOptions
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
-Xhttps://docs.python.org/3/using/cmdline.html#cmdoption-X
sys._xoptionshttps://docs.python.org/3/library/sys.html#sys._xoptions
https://docs.python.org/3/c-api/sys.html#c.PySys_Audit
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
Py_BuildValue()https://docs.python.org/3/c-api/arg.html#c.Py_BuildValue
Py_ssize_thttps://docs.python.org/3/c-api/intro.html#c.Py_ssize_t
sys.audit()https://docs.python.org/3/library/sys.html#sys.audit
PySys_AuditTuple()https://docs.python.org/3/c-api/sys.html#c.PySys_AuditTuple
Py_ssize_thttps://docs.python.org/3/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.PySys_AuditTuple
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PySys_Audit()https://docs.python.org/3/c-api/sys.html#c.PySys_Audit
tuplehttps://docs.python.org/3/library/stdtypes.html#tuple
Py_AuditHookFunctionhttps://docs.python.org/3/c-api/sys.html#c.Py_AuditHookFunction
https://docs.python.org/3/c-api/sys.html#c.PySys_AddAuditHook
Py_Initialize()https://docs.python.org/3/c-api/init.html#c.Py_Initialize
Exceptionhttps://docs.python.org/3/library/exceptions.html#Exception
attached thread statehttps://docs.python.org/3/glossary.html#term-attached-thread-state
PEP 578https://peps.python.org/pep-0578/
audit events tablehttps://docs.python.org/3/library/audit_events.html#audit-events
Exceptionhttps://docs.python.org/3/library/exceptions.html#Exception
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/sys.html#c.Py_AuditHookFunction
PySys_Audit()https://docs.python.org/3/c-api/sys.html#c.PySys_Audit
PySys_AuditTuple()https://docs.python.org/3/c-api/sys.html#c.PySys_AuditTuple
PyTupleObjecthttps://docs.python.org/3/c-api/tuple.html#c.PyTupleObject
https://docs.python.org/3/c-api/sys.html#process-control
https://docs.python.org/3/c-api/sys.html#c.Py_FatalError
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
https://docs.python.org/3/c-api/sys.html#c.Py_Exit
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
Py_FinalizeEx()https://docs.python.org/3/c-api/init.html#c.Py_FinalizeEx
Py_FinalizeEx()https://docs.python.org/3/c-api/init.html#c.Py_FinalizeEx
https://docs.python.org/3/c-api/sys.html#c.Py_AtExit
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
Py_FinalizeEx()https://docs.python.org/3/c-api/init.html#c.Py_FinalizeEx
Py_AtExit()https://docs.python.org/3/c-api/sys.html#c.Py_AtExit
PyUnstable_AtExit()https://docs.python.org/3/c-api/init.html#c.PyUnstable_AtExit
Table of Contentshttps://docs.python.org/3/contents.html
Operating System Utilitieshttps://docs.python.org/3/c-api/sys.html
System Functionshttps://docs.python.org/3/c-api/sys.html#system-functions
Process Controlhttps://docs.python.org/3/c-api/sys.html#process-control
Utilitieshttps://docs.python.org/3/c-api/utilities.html
Importing Moduleshttps://docs.python.org/3/c-api/import.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/sys.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/import.html
previoushttps://docs.python.org/3/c-api/utilities.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Utilitieshttps://docs.python.org/3/c-api/utilities.html
Operating System Utilitieshttps://docs.python.org/3/c-api/sys.html
Copyrighthttps://docs.python.org/3/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.