mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Such C API functions as PyErr_SetString(), PyErr_Format(), PyErr_SetFromErrnoWithFilename() and many others no longer crash or ignore errors if it failed to format the error message or decode the filename. Instead, they keep a corresponding error. (cherry picked from commit 633ea217a85f6b6ba5bdbc73094254d5811b3485)
Miscellaneous source files for the main Python shared library