diff options
author | Christophe Zeitouny <tich@users.noreply.github.com> | 2017-03-24 11:21:37 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-24 11:21:37 (GMT) |
commit | 6a45811d06e25447c83f78d67fd78298f83868ee (patch) | |
tree | 145b2e61e2e8e1a74db15ebda82a58bc9741681c /Misc/NEWS | |
parent | a6a856f4d85d6dab5ea924546777292988cbc706 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |