diff options
author | Dong-hee Na <donghee.na@python.org> | 2022-11-07 01:19:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 01:19:25 (GMT) |
commit | f626b7b504df454d289527a4f922b09deeae9e21 (patch) | |
tree | 3cf70ffd4d2291222c3a1966dbd0fbb8fe49d62c /Misc/NEWS.d/next | |
parent | 57a405213cd7565b7c327b594378e22a5fb2817e (diff) | |
download | cpython-f626b7b504df454d289527a4f922b09deeae9e21.zip cpython-f626b7b504df454d289527a4f922b09deeae9e21.tar.gz cpython-f626b7b504df454d289527a4f922b09deeae9e21.tar.bz2 |
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Diffstat (limited to 'Misc/NEWS.d/next')
-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. |