]> 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:07 +0000 (20:33 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:33:07 +0000 (20:33 -0800)
commit9463e3ac8b230efa2f35e08859cb3db5c6d192b7
tree5949203b8d12a797626fb444ca4ec8b98006a72a
parent7ee955550b27af117ddca61deb061e13423cf24b
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