Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
signalmodule.c uses _PyErr_WriteUnraisableMsg() (python#98217)
Signal wakeup fd errors are now logged with _PyErr_WriteUnraisableMsg(), rather than PySys_WriteStderr() and PyErr_WriteUnraisable(), to pass the error message to sys.unraisablehook. By default, it's still written into stderr (unless sys.unraisablehook is overriden).
- Loading branch information