René's URL Explorer Experiment


Title: CPythonInterpreterInitialization

Mail addresses
infrastructure@python.org

direct link

Domain: wiki.python.org

Nonetext/html; charset=utf-8

Links:

python.orghttps://www.python.org/
https://wiki.python.org/python/FrontPage.html
Homehttps://wiki.python.org/python/FrontPage.html
All Pageshttps://wiki.python.org/python/TitleIndex.html
Recent Changeshttps://wiki.python.org/python/RecentChanges.html
Import system specificationhttp://docs.python.org/3/reference/import.html
C API initialization/finalization documentationhttp://docs.python.org/3/c-api/init.html
Command line usage guidehttp://docs.python.org/3/using/cmdline.html
site module documentationhttp://docs.python.org/3/library/site
venv module documentationhttp://docs.python.org/3/library/venv
Virtual environments proposal (PEP 405)http://www.python.org/dev/peps/pep-0405/
pythonrun.c, home of Py_Initialize and friendshttp://hg.python.org/cpython/file/default/Python/pythonrun.c
Direct link to _PyInitializeEx_Privatehttp://hg.python.org/cpython/file/default/Python/pythonrun.c#l243
main.c, home of the CLI definition in Py_Mainhttp://hg.python.org/cpython/file/default/Modules/main.c
python.c, source for the actual binary that calls Py_Main from the Python libraryhttp://hg.python.org/cpython/file/default/Modules/python.c
sysmodule.c, where _Py_SysInit does a lot of workhttp://hg.python.org/cpython/file/default/Python/sysmodule.c#l1549
Hash seed randomisationhttp://hg.python.org/cpython/file/default/Python/random.c
Global flag declarations (most of them, anyway)http://hg.python.org/cpython/file/default/Python/pythonrun.c#l82
Figuring out various filesystem related detailshttp://hg.python.org/cpython/file/default/Modules/getpath.c
Override first sys.path entryhttp://bugs.python.org/issue13475
Run code prior to __main__ executionhttp://bugs.python.org/issue14803
Add to sys.path via command linehttp://bugs.python.org/issue15716
Run in an isolated modehttp://bugs.python.org/issue16499
Detecting when sys.path[0] may be inside a package (part of PEP 395, rendered more challenging by PEP 420)http://www.python.org/dev/peps/pep-0395/
Setting IO encoding in embedded Pythonhttp://bugs.python.org/issue16129
PreConfigurehttps://wiki.python.org/python/PreConfigure.html
GetStandardConfighttps://wiki.python.org/python/GetStandardConfig.html
GetStandardConfighttps://wiki.python.org/python/GetStandardConfig.html
CategoryInternalshttps://wiki.python.org/python/CategoryInternals.html

URLs of crawlers that visited me.