]> granicus.if.org Git - python/commit
faulthandler: fix the handler of user signals
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Aug 2012 00:43:41 +0000 (02:43 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Aug 2012 00:43:41 +0000 (02:43 +0200)
commit3cc635dabb0780914d51cdfad57912608196d099
tree8be430ea009f9fa872daf0dda14ce31d3b94ca45
parent652e758fc41c953c5235f389e7dbb481bc915f0a
faulthandler: fix the handler of user signals

Restore the errno before calling the previous signal handler, and not after.
Modules/faulthandler.c