mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Kill last reference to defunct module
This commit is contained in:
parent
211643b673
commit
8b8f2ec560
1 changed files with 1 additions and 2 deletions
|
@ -511,13 +511,12 @@ interpreter can only be used after the interpreter has been initialized.
|
||||||
module: builtins
|
module: builtins
|
||||||
module: __main__
|
module: __main__
|
||||||
module: sys
|
module: sys
|
||||||
module: exceptions
|
|
||||||
triple: module; search; path
|
triple: module; search; path
|
||||||
single: path (in module sys)
|
single: path (in module sys)
|
||||||
|
|
||||||
The basic initialization function is :cfunc:`Py_Initialize`. This initializes
|
The basic initialization function is :cfunc:`Py_Initialize`. This initializes
|
||||||
the table of loaded modules, and creates the fundamental modules
|
the table of loaded modules, and creates the fundamental modules
|
||||||
:mod:`builtins`, :mod:`__main__`, :mod:`sys`, and :mod:`exceptions`. It also
|
:mod:`builtins`, :mod:`__main__`, and :mod:`sys`. It also
|
||||||
initializes the module search path (``sys.path``).
|
initializes the module search path (``sys.path``).
|
||||||
|
|
||||||
.. index:: single: PySys_SetArgv()
|
.. index:: single: PySys_SetArgv()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue