bpo-29884: faulthandler: Restore the old sigaltstack during teardown#777
bpo-29884: faulthandler: Restore the old sigaltstack during teardown#777vstinner merged 1 commit intopython:masterfrom
Conversation
|
@tich, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @serhiy-storchaka and @benjaminp to be potential reviewers. |
vstinner
left a comment
There was a problem hiding this comment.
The fix itself LGTM, but please also:
- Add yourself to Misc/ACKS
- Mention the fix in Misc/NEWS, in the Library section
|
And tests. |
IMHO it's overkill to test this bugfix. It's a corner case which requires to write a program which embeds Python and uses sigaltstack(). |
|
Added myself to ACKS and listed the fix in NEWS. Thanks! |
Misc/NEWS
Outdated
There was a problem hiding this comment.
Move it to the start of the Library section.
Okay, then tests are not required. |
|
Thanks! I merged your fix. It would be nice to backport the fix Python 3.5 & 3.6 (using git cherry-pick). |
(cherry picked from commit 20fbf8a)
(cherry picked from commit 20fbf8a)
No description provided.