cpython/Misc/NEWS.d/next/C API/2023-06-01-09-40-30.gh-issu...

12 lines
279 B
ReStructuredText

Deprecate old Python initialization functions:
* :c:func:`PySys_ResetWarnOptions`
* :c:func:`Py_GetExecPrefix`
* :c:func:`Py_GetPath`
* :c:func:`Py_GetPrefix`
* :c:func:`Py_GetProgramFullPath`
* :c:func:`Py_GetProgramName`
* :c:func:`Py_GetPythonHome`
Patch by Victor Stinner.