]> granicus.if.org Git - python/commit
Fixes issue #9535: Fix pending signals that have been received but not yet
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:38:17 +0000 (20:38 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:38:17 +0000 (20:38 -0800)
commitc1ce93a4ab0c6e1ed5e7e013789a669871b2257d
tree7b0cc40c663fac25a2954520c35c6cf24323837e
parentacfdfdafa202b634bc9f9ca5d3aa52e0aeb04e73
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