diff options
author | Victor Stinner <vstinner@python.org> | 2022-10-12 15:26:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 15:26:58 (GMT) |
commit | 342b1151ae7e6ae849c1ed7c8a2cbfdb4edcf51c (patch) | |
tree | ecbfbb2aa4d5223ecbaaebd223dc23e397b89e5b /Tools/scripts/startuptime.py | |
parent | a8c8526fd8ce2f3f50837bbbb820741e54b58512 (diff) | |
download | cpython-342b1151ae7e6ae849c1ed7c8a2cbfdb4edcf51c.zip cpython-342b1151ae7e6ae849c1ed7c8a2cbfdb4edcf51c.tar.gz cpython-342b1151ae7e6ae849c1ed7c8a2cbfdb4edcf51c.tar.bz2 |
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).
Diffstat (limited to 'Tools/scripts/startuptime.py')
0 files changed, 0 insertions, 0 deletions