]> 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:33:39 +0000 (20:33 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:33:39 +0000 (20:33 -0800)
commit34b14951eeb235ac0e0cbbd2ccd5d72d178dd983
tree89af57c899c0ed161adbcc0fe3374d68d1ce9f69
parentec6dfcffa05414e7ee29cfe88551a3d3dcdaafdc
parent9463e3ac8b230efa2f35e08859cb3db5c6d192b7
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