mirror of
https://github.com/python/cpython.git
synced 2026-01-01 04:53:46 +00:00
* 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.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| exceptions.c.h | ||
| float.c.h | ||
| vectorcall.c.h | ||
| watchers.c.h | ||