mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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_GetProgramFullPath
|
||||
Py_GetProgramName
|
||||
Py_GetPythonHome
|
||||
Py_GetVersion
|
||||
Py_InitModule4
|
||||
Py_Initialize
|
||||
|
@ -367,6 +368,7 @@ EXPORTS
|
|||
Py_NewInterpreter
|
||||
Py_Realloc
|
||||
Py_SetProgramName
|
||||
Py_SetPythonHome
|
||||
Py_VaBuildValue
|
||||
_PyObject_New
|
||||
_PyObject_NewVar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue