This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rhamphoryncus
Recipients
Date 2007-01-29.22:11:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As far as I can tell, the sig_mask argument of sigaction only applies to the thread in which the signal handler gets called.  If you have multiple threads you could still have one signal handler running per thread.

http://www.opengroup.org/onlinepubs/009695399/functions/sigaction.html
History
Date User Action Args
2007-08-23 15:54:44adminlinkissue1564547 messages
2007-08-23 15:54:44admincreate