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 neologix, pitrou, vstinner
Date 2014-07-23.01:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406078722.31.0.674505924333.issue22042@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be much better to expose a generic function to make a fd non-blocking, rather than bake it inside signal.set_wakeup_fd().

Also, given set_wakeup_fd() is rather specialized and uncommon, I don't see much point in making it more convenient.
History
Date User Action Args
2014-07-23 01:25:22pitrousetrecipients: + pitrou, vstinner, neologix
2014-07-23 01:25:22pitrousetmessageid: <1406078722.31.0.674505924333.issue22042@psf.upfronthosting.co.za>
2014-07-23 01:25:22pitroulinkissue22042 messages
2014-07-23 01:25:21pitroucreate