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 gvanrossum
Recipients gvanrossum, loewis, neologix, pitrou, python-dev, vstinner, yselivanov
Date 2014-07-24.19:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406228669.86.0.533768725293.issue22018@psf.upfronthosting.co.za>
In-reply-to
Content
I find Charles' argument pretty convincing. The whole point of this API is to have another thing you can add to the selector to deal with a race condition. You then pass this thing's fileno() to signal.set_wakeup_fd(). That should be totally portable.

I'm find with it requiring a fd that refers to a socket on Windows; plain files aren't selectable anyway (not even on UNIX).
History
Date User Action Args
2014-07-24 19:04:29gvanrossumsetrecipients: + gvanrossum, loewis, pitrou, vstinner, neologix, python-dev, yselivanov
2014-07-24 19:04:29gvanrossumsetmessageid: <1406228669.86.0.533768725293.issue22018@psf.upfronthosting.co.za>
2014-07-24 19:04:29gvanrossumlinkissue22018 messages
2014-07-24 19:04:29gvanrossumcreate