diff options
author | Christophe Zeitouny <tich@users.noreply.github.com> | 2017-03-23 17:14:29 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-03-23 17:14:29 (GMT) |
commit | 20fbf8accd494fd15b0fc4c84928178c71ead4d1 (patch) | |
tree | 2253e52eac35b134a555813ce61b08df9ff10e8e /Misc | |
parent | 0b3ec192259a65971001ce8f0de85a9c1e71d9c7 (diff) | |
download | cpython-20fbf8accd494fd15b0fc4c84928178c71ead4d1.zip cpython-20fbf8accd494fd15b0fc4c84928178c71ead4d1.tar.gz cpython-20fbf8accd494fd15b0fc4c84928178c71ead4d1.tar.bz2 |
faulthandler: Restore the old sigaltstack during teardown (#777)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1716,6 +1716,7 @@ Artur Zaprzala Mike Zarnstorff Yury V. Zaytsev Siebren van der Zee +Christophe Zeitouny Nickolai Zeldovich Yuxiao Zeng Uwe Zessin @@ -287,6 +287,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 |