]> granicus.if.org Git - python/commit
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7307)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Jun 2018 11:12:11 +0000 (04:12 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Fri, 1 Jun 2018 11:12:11 +0000 (13:12 +0200)
commit1d5198fd41ad9185e9e6b3aa595769c3693d57be
treeaa56097e61662f7edabfd0cdc0d708a7962ef9ee
parentb9afe645c4926b1f086f30ba9bd00671b0b8b55e
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7307)

(cherry picked from commit e905c84494526363086f66a979e317e155bf9536)

Co-authored-by: pkerling <pkerling@casix.org>
Misc/NEWS.d/next/Core and Builtins/2018-05-28-12-28-53.bpo-30654.9fDJye.rst [new file with mode: 0644]
Modules/signalmodule.c