| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Deprecate old Python initialization functions: * PySys_ResetWarnOptions() * Py_GetExecPrefix() * Py_GetPath() * Py_GetPrefix() * Py_GetProgramFullPath() * Py_GetProgramName() * Py_GetPythonHome() _tkinter uses sys.executable instead of Py_GetProgramName() and uses sys.prefix instead of Py_GetPrefix().
|
PR updated and rebased to also avoid Py_GetPrefix() in _tkinter.c and document replacements in What's New in Python 3.13, not only in the C API doc. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Deprecate old Python initialization functions:
_tkinter uses sys.executable instead of Py_GetProgramName().
📚 Documentation preview 📚: https://cpython-previews--105179.org.readthedocs.build/