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, pklanke, vstinner, yselivanov
Date 2017-07-05.09:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499246449.05.0.693206443293.issue30844@psf.upfronthosting.co.za>
In-reply-to
Content
Pim Klanke: "(...) IMO there is no need to handle urgent data events of all file objects, before handling other events."

Hum, ok. So no need to extend the selectors API for that. I also understand that it's better to let applications decide how to prioritize these events :-) I'm totally fine if we only provide events and let the application decide how to handle them.

The question will be more important in the asyncio API, bpo-30847.
History
Date User Action Args
2017-07-05 09:20:49vstinnersetrecipients: + vstinner, pitrou, neologix, yselivanov, pklanke
2017-07-05 09:20:49vstinnersetmessageid: <1499246449.05.0.693206443293.issue30844@psf.upfronthosting.co.za>
2017-07-05 09:20:49vstinnerlinkissue30844 messages
2017-07-05 09:20:49vstinnercreate