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-27.14:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406470238.92.0.162372068634.issue22042@psf.upfronthosting.co.za>
In-reply-to
Content
signal_check_nonblocking.patch: signal.set_wakeup_fd() now raises a ValueError if the file descriptor is in blocking mode.

The patch depends on the patch of the issue #22054.

I didn't test the patch on Windows, but all calls to signal.set_wakeup_fd() must fail with ValueError since it's not possible to set a file in non-blocking mode. See the issue #22018 which proposes to support sockets for signal.set_wakeup_fd().
History
Date User Action Args
2014-07-27 14:10:38vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev
2014-07-27 14:10:38vstinnersetmessageid: <1406470238.92.0.162372068634.issue22042@psf.upfronthosting.co.za>
2014-07-27 14:10:38vstinnerlinkissue22042 messages
2014-07-27 14:10:38vstinnercreate