]> granicus.if.org Git - python/commit
Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 12:57:12 +0000 (14:57 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 12:57:12 +0000 (14:57 +0200)
commitd0e516db50376ab0fd729c42bafda3e5a6225b94
tree125054b4762cd8c0bed63d1a4b82c135f8d5275f
parent2d4a91e0d0065b89cb9820b10e30f74c362cb430
Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been
called. The test checks that SIG_UNBLOCK calls immediatly the signal handler of
the pending SIGUSR1. Improve also the tests using an exception (division by
zero) instead of a flag (a function attribute).
Lib/test/test_signal.py
Modules/signalmodule.c