SIGN IN SIGN UP

signalmodule.c uses _PyErr_WriteUnraisableMsg() (#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).
V
Victor Stinner committed
342b1151ae7e6ae849c1ed7c8a2cbfdb4edcf51c
Parent: a8c8526
Committed by GitHub <noreply@github.com> on 10/12/2022, 3:26:58 PM