Do I need to merge commit: Implement PEP587 Python Initialzation Configuration. #486
-
@pyscripter so commit is not required for 3.13 support for my app? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The reasons for this commit (see https://docs.python.org/3/whatsnew/3.13.html) Remove the following old functions to configure the Python initialization, deprecated in Python 3.11:
**Pending Removal in Python 3.14 (originally scheduled for removal in 3.13) **
So sooner or later this commit will be needed. PySys_SetArgv(), Py_SetProgramName(), Py_SetPythonHome() are definitely needed. |
Beta Was this translation helpful? Give feedback.
-
thanks. but for the work of Py 3.13, this commit is not needed, seems. |
Beta Was this translation helpful? Give feedback.
The reasons for this commit (see https://docs.python.org/3/whatsnew/3.13.html)
Remove the following old functions to configure the Python initialization, deprecated in Python 3.11:
**Pending Removal in Python 3.14 (originally scheduled for removal in 3.13) **