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 pitrou
Recipients exarkun, pitrou, vstinner
Date 2011-04-17.13:30:11
SpamBayes Score 0.00041170116
Marked as misclassified No
Message-id <1303047012.67.0.536387912261.issue11859@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed with your analysis. The problem is that the signal module doesn't expose pthread_sigmask. We could grab Jean-Paul's implementation from http://bazaar.launchpad.net/~exarkun/python-signalfd/trunk/view/head:/signalfd/_signalfd.c (although I'm not sure why the method is called "sigprocmask" while it calls pthread_sigmask).
History
Date User Action Args
2011-04-17 13:30:12pitrousetrecipients: + pitrou, exarkun, vstinner
2011-04-17 13:30:12pitrousetmessageid: <1303047012.67.0.536387912261.issue11859@psf.upfronthosting.co.za>
2011-04-17 13:30:12pitroulinkissue11859 messages
2011-04-17 13:30:11pitroucreate