]> granicus.if.org Git - python/commit
Issue #18343: faulthandler.register() now keeps the previous signal handler
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 1 Jul 2013 22:14:56 +0000 (00:14 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 1 Jul 2013 22:14:56 +0000 (00:14 +0200)
commit8d3795474eb70d246ccd9dae23a784436238ed79
tree81bf3822873c54d491ecd2b760a2d3e76bdded72
parentb9dbc7d6e1ad5700ed0084f63215db97a2c9bcbb
Issue #18343: faulthandler.register() now keeps the previous signal handler
when the function is called twice, so faulthandler.unregister() restores
correctly the original signal handler.
Misc/NEWS
Modules/faulthandler.c