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 giampaolo.rodola
Recipients bboneva, giampaolo.rodola, vstinner
Date 2017-09-28.14:59:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506610792.64.0.466225441844.issue31610@psf.upfronthosting.co.za>
In-reply-to
Content
I recommend to use selectors.PollSelector and fallback on selectors.SelectSelector where not available (Windows) in order to use 1 syscall only. That's what we did already in socket.py, subprocess.py and others.
History
Date User Action Args
2017-09-28 14:59:52giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, bboneva
2017-09-28 14:59:52giampaolo.rodolasetmessageid: <1506610792.64.0.466225441844.issue31610@psf.upfronthosting.co.za>
2017-09-28 14:59:52giampaolo.rodolalinkissue31610 messages
2017-09-28 14:59:52giampaolo.rodolacreate