summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristophe Zeitouny <tich@users.noreply.github.com>2017-03-24 11:21:37 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-03-24 11:21:37 (GMT)
commit6a45811d06e25447c83f78d67fd78298f83868ee (patch)
tree145b2e61e2e8e1a74db15ebda82a58bc9741681c /Misc/NEWS
parenta6a856f4d85d6dab5ea924546777292988cbc706 (diff)
downloadcpython-6a45811d06e25447c83f78d67fd78298f83868ee.zip
cpython-6a45811d06e25447c83f78d67fd78298f83868ee.tar.gz
cpython-6a45811d06e25447c83f78d67fd78298f83868ee.tar.bz2
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796)
(cherry picked from commit 20fbf8accd494fd15b0fc4c84928178c71ead4d1)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e45cf3e..e063455 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Extension Modules
Library
-------
+- bpo-29884: faulthandler: Restore the old sigaltstack during teardown.
+ Patch by Christophe Zeitouny.
+
- bpo-25455: Fixed crashes in repr of recursive buffered file-like objects.
- bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords