]> granicus.if.org Git - python/commit
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Jun 2018 10:50:24 +0000 (03:50 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Fri, 1 Jun 2018 10:50:24 +0000 (12:50 +0200)
commit623b439abebc913bc416d92f38fe371e84b0276b
tree9261b7a794a01227aa697d95869866fd10f80ea4
parent3dd802d8f287e8f11848cfb068cf73000a9d0d94
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306)

(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