mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Remove functions: * Py_GetExecPrefix() * Py_GetPath() * Py_GetPrefix() * Py_GetProgramFullPath() * Py_GetProgramName() * Py_GetPythonHome()
This commit is contained in:
parent
f52de8a937
commit
5044e85265
18 changed files with 93 additions and 238 deletions
|
|
@ -3004,18 +3004,8 @@ Py_GetCompiler:const char*:::
|
|||
|
||||
Py_GetCopyright:const char*:::
|
||||
|
||||
Py_GetExecPrefix:wchar_t*:::
|
||||
|
||||
Py_GetPath:wchar_t*:::
|
||||
|
||||
Py_GetPlatform:const char*:::
|
||||
|
||||
Py_GetPrefix:wchar_t*:::
|
||||
|
||||
Py_GetProgramFullPath:wchar_t*:::
|
||||
|
||||
Py_GetProgramName:wchar_t*:::
|
||||
|
||||
Py_GetVersion:const char*:::
|
||||
|
||||
Py_INCREF:void:::
|
||||
|
|
|
|||
6
Doc/data/stable_abi.dat
generated
6
Doc/data/stable_abi.dat
generated
|
|
@ -861,13 +861,7 @@ func,Py_GetCompiler,3.2,,
|
|||
func,Py_GetConstant,3.13,,
|
||||
func,Py_GetConstantBorrowed,3.13,,
|
||||
func,Py_GetCopyright,3.2,,
|
||||
func,Py_GetExecPrefix,3.2,,
|
||||
func,Py_GetPath,3.2,,
|
||||
func,Py_GetPlatform,3.2,,
|
||||
func,Py_GetPrefix,3.2,,
|
||||
func,Py_GetProgramFullPath,3.2,,
|
||||
func,Py_GetProgramName,3.2,,
|
||||
func,Py_GetPythonHome,3.2,,
|
||||
func,Py_GetRecursionLimit,3.2,,
|
||||
func,Py_GetVersion,3.2,,
|
||||
data,Py_HasFileSystemDefaultEncoding,3.2,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue