SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 1 Python

bpo-44113: Deprecate old functions to config Python init (GH-26060)

Deprecate the following functions to configure the Python
initialization:

* PySys_AddWarnOption()
* PySys_AddWarnOptionUnicode()
* PySys_AddXOption()
* PySys_HasWarnOptions()
* Py_SetPath()
* Py_SetProgramName()
* Py_SetPythonHome()
* Py_SetStandardStreamEncoding()
* _Py_SetProgramFullPath()

Use the new PyConfig API of the Python Initialization Configuration
instead (PEP 587).
V
Victor Stinner committed
6cd0446ef72c6676b292d7f54b1ddb8ae5e1fb8d
Parent: 504ffda
Committed by GitHub <noreply@github.com> on 5/12/2021, 9:59:25 PM