gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
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.
S
Serhiy Storchaka committed
633ea217a85f6b6ba5bdbc73094254d5811b3485
Parent: 79db9d9
Committed by GitHub <noreply@github.com>
on 8/19/2023, 11:51:03 AM