https://bugs.kde.org/show_bug.cgi?id=488680

--- Comment #1 from Robert-André Mauchin <zebo...@gmail.com> ---
https://docs.python.org/3.13/whatsnew/3.13.html :

Remove the following old functions to configure the Python initialization,
deprecated in Python 3.11:

    PySys_AddWarnOptionUnicode(): use PyConfig.warnoptions instead.

    PySys_AddWarnOption(): use PyConfig.warnoptions instead.

    PySys_AddXOption(): use PyConfig.xoptions instead.

    PySys_HasWarnOptions(): use PyConfig.xoptions instead.

    PySys_SetPath(): set PyConfig.module_search_paths instead.

    Py_SetPath(): set PyConfig.module_search_paths instead.

    Py_SetStandardStreamEncoding(): set PyConfig.stdio_encoding instead, and
set also maybe PyConfig.legacy_windows_stdio (on Windows).

    _Py_SetProgramFullPath(): set PyConfig.executable instead.

Use the new PyConfig API of the Python Initialization Configuration instead
(PEP 587), added to Python 3.8. (Contributed by Victor Stinner in gh-105145.)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to