Files
cpython/Lib
Serhiy Storchaka 633ea217a8 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.
2023-08-19 14:51:03 +03:00
..
2023-05-22 14:07:36 +02:00
2023-03-13 15:15:52 +02:00