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 vstinner
Recipients giampaolo.rodola, gvanrossum, pitrou, python-dev, vstinner, yselivanov
Date 2014-07-17.16:17:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405613849.63.0.0136901015498.issue21645@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't know if it can be useful, but there is also the signal.pthread_sigmask() which can be used to "queue" pending signals. (...)

Oh, I didn't remember that I opened the issue #12060 to discuss "real time signals". The summary is that the wakeup fd should be used... Which is nice because it is the choice made by asyncio ;-)

FYI I also opened the issue #21998: "asyncio: a new self-pipe should be created in the child process after fork" which is somehow related to this issue.
History
Date User Action Args
2014-07-17 16:17:29vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, python-dev, yselivanov
2014-07-17 16:17:29vstinnersetmessageid: <1405613849.63.0.0136901015498.issue21645@psf.upfronthosting.co.za>
2014-07-17 16:17:29vstinnerlinkissue21645 messages
2014-07-17 16:17:29vstinnercreate