commit | 3cc635dabb0780914d51cdfad57912608196d099 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 09 02:43:41 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 09 02:43:41 2012 +0200 |
tree | 8be430ea009f9fa872daf0dda14ce31d3b94ca45 | |
parent | 652e758fc41c953c5235f389e7dbb481bc915f0a [diff] |
faulthandler: fix the handler of user signals Restore the errno before calling the previous signal handler, and not after.