Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded0348 commit 645a0ddCopy full SHA for 645a0dd
1 file changed
Doc/c-api/init.rst
@@ -29,7 +29,7 @@ Initializing and finalizing the interpreter
29
30
Initialize the Python interpreter. In an application embedding Python, this
31
should be called before using any other Python/C API functions; with the
32
- exception of :c:func:`Py_SetProgramName` and :c:func:`Py_SetPath`. This initializes
+ exception of :c:func:`Py_SetProgramName`, :c:func:`Py_SetPythonHome` and :c:func:`Py_SetPath`. This initializes
33
the table of loaded modules (``sys.modules``), and creates the fundamental
34
modules :mod:`builtins`, :mod:`__main__` and :mod:`sys`. It also initializes
35
the module search path (``sys.path``). It does not set ``sys.argv``; use
0 commit comments