]> granicus.if.org Git - python/commit
Fix the user signal handler of faulthandler
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Aug 2012 17:36:36 +0000 (19:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Aug 2012 17:36:36 +0000 (19:36 +0200)
commit98a387b65f6a9ce36654047704013f3bc4fe9916
tree5af60c1a74b6db1ac0f5b2ef944f3b65d7b035a8
parentb303580c7c9b1b5579ec6422773c2874d7a24274
Fix the user signal handler of faulthandler

Don't exit the tstate is NULL to restore the errno and chain the signal handler
if needed.
Modules/faulthandler.c