faulthandler: Restore the old sigaltstack during teardown (#777) · pythoncapi/cpython@20fbf8a · GitHub
Skip to content

Commit 20fbf8a

Browse files
tichvstinner
authored andcommitted
faulthandler: Restore the old sigaltstack during teardown (python#777)
1 parent 0b3ec19 commit 20fbf8a

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ Extension Modules
287287
Library
288288
-------
289289

290+
- bpo-29884: faulthandler: Restore the old sigaltstack during teardown.
291+
Patch by Christophe Zeitouny.
292+
290293
- bpo-25455: Fixed crashes in repr of recursive buffered file-like objects.
291294

292295
- bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords

Modules/faulthandler.c

Lines changed: 16 additions & 1 deletion

0 commit comments

Comments
 (0)