mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Added Py_{Get,Set}PythonHome.
This commit is contained in:
parent
4c704131ca
commit
251c9fc60a
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,7 @@ EXPORTS
|
||||||
Py_GetPrefix
|
Py_GetPrefix
|
||||||
Py_GetProgramFullPath
|
Py_GetProgramFullPath
|
||||||
Py_GetProgramName
|
Py_GetProgramName
|
||||||
|
Py_GetPythonHome
|
||||||
Py_GetVersion
|
Py_GetVersion
|
||||||
Py_InitModule4
|
Py_InitModule4
|
||||||
Py_Initialize
|
Py_Initialize
|
||||||
|
@ -367,6 +368,7 @@ EXPORTS
|
||||||
Py_NewInterpreter
|
Py_NewInterpreter
|
||||||
Py_Realloc
|
Py_Realloc
|
||||||
Py_SetProgramName
|
Py_SetProgramName
|
||||||
|
Py_SetPythonHome
|
||||||
Py_VaBuildValue
|
Py_VaBuildValue
|
||||||
_PyObject_New
|
_PyObject_New
|
||||||
_PyObject_NewVar
|
_PyObject_NewVar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue