mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03: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.
|