commit | 8d3795474eb70d246ccd9dae23a784436238ed79 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 02 00:14:56 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 02 00:14:56 2013 +0200 |
tree | 81bf3822873c54d491ecd2b760a2d3e76bdded72 | |
parent | b9dbc7d6e1ad5700ed0084f63215db97a2c9bcbb [diff] |
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.