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 neologix, pitrou, python-dev, vstinner
Date 2014-07-23.21:41:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406151684.92.0.0899286953393.issue22042@psf.upfronthosting.co.za>
In-reply-to
Content
As suggested by Antoine, I created the issue #22054 to add os.get_blocking() and os.set_blocking() functions.

Here is the simplified patch for signal.set_wakeup_fd(fd). It now depends on the patch of the issue #22054.
History
Date User Action Args
2014-07-23 21:41:25vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev
2014-07-23 21:41:24vstinnersetmessageid: <1406151684.92.0.0899286953393.issue22042@psf.upfronthosting.co.za>
2014-07-23 21:41:24vstinnerlinkissue22042 messages
2014-07-23 21:41:24vstinnercreate