mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Restore these functions removed in Python 3.13 alpha 1: * Py_SetPythonHome() * Py_SetProgramName() * PySys_SetArgvEx() * PySys_SetArgv()
8 lines
190 B
ReStructuredText
8 lines
190 B
ReStructuredText
Restore functions removed in Python 3.13 alpha 1:
|
|
|
|
* :c:func:`Py_SetPythonHome`
|
|
* :c:func:`Py_SetProgramName`
|
|
* :c:func:`PySys_SetArgvEx`
|
|
* :c:func:`PySys_SetArgv`
|
|
|
|
Patch by Victor Stinner.
|