]> granicus.if.org Git - python/commit
Fixes issue #9535: Fix pending signals that have been received but not
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:34:41 +0000 (20:34 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:34:41 +0000 (20:34 -0800)
commit0b83224c0ddcb87e2ea139aba5a1e33d70cc9945
treeaec24c23dbb98593c9ff738d188564231feb5de3
parent9c40022e38ba250c84382e4a4e68a05c0024559d
parent34b14951eeb235ac0e0cbbd2ccd5d72d178dd983
Fixes issue #9535: Fix pending signals that have been received but not
yet handled by Python to not persist after os.fork() in the child process.
Misc/NEWS
Modules/signalmodule.c