]> granicus.if.org Git - python/commit
(Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 1 Jul 2013 22:17:14 +0000 (00:17 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 1 Jul 2013 22:17:14 +0000 (00:17 +0200)
commit0857ab4c77d6e550a620c84e10dc2fcaf3dfad3d
treebc5a384433884ba7b13e71cefc63d657481daeff
parent1d5b933504c77707792c325a3e147028bdc2dd3a
parent8d3795474eb70d246ccd9dae23a784436238ed79
(Merge 3.3) 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