diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-07 06:05:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 06:05:20 (GMT) |
commit | 1b5a62b88afd97475db7c4de72e65c08dd65d887 (patch) | |
tree | ff4cdca8e6c785df90bf62b3cdba75057df76fc6 /Misc/NEWS.d | |
parent | 0d5b25bd8745ce26f80c50ae96dea2f44c9cf4fb (diff) | |
download | cpython-1b5a62b88afd97475db7c4de72e65c08dd65d887.zip cpython-1b5a62b88afd97475db7c4de72e65c08dd65d887.tar.gz cpython-1b5a62b88afd97475db7c4de72e65c08dd65d887.tar.bz2 |
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
(cherry picked from commit f626b7b504df454d289527a4f922b09deeae9e21)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-11-06-22-59-02.gh-issue-96055.TmQuJn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-06-22-59-02.gh-issue-96055.TmQuJn.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-06-22-59-02.gh-issue-96055.TmQuJn.rst new file mode 100644 index 0000000..c72fb21 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-11-06-22-59-02.gh-issue-96055.TmQuJn.rst @@ -0,0 +1,2 @@ +Update :mod:`faulthandler` to emit an error message with the proper +unexpected signal number. Patch by Dong-hee Na. |