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 Manjusaka
Recipients Manjusaka, giampaolo.rodola, neologix, vstinner, xiang.zhang, yselivanov
Date 2018-12-18.03:20:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545103203.45.0.788709270274.issue35517@psf.upfronthosting.co.za>
In-reply-to
Content
> `selectors` makes underlying implementations irrelavant to most users since we can simply use `DefaultSelector`

I agree with this. 

> If you know you want to add EPOLL_EXCLUSIVE, why not just use `select.epoll`?

I don't think so. 

If I use the `select` directly, that means I have to give up all the features what `selectors` support such as binding a `data` to a fd, that also means I have to do some repeat work myself. I don't think it's a good idea.

So, why not change this API when we can keep the compatibility?
History
Date User Action Args
2018-12-18 03:20:03Manjusakasetrecipients: + Manjusaka, vstinner, giampaolo.rodola, neologix, yselivanov, xiang.zhang
2018-12-18 03:20:03Manjusakasetmessageid: <1545103203.45.0.788709270274.issue35517@psf.upfronthosting.co.za>
2018-12-18 03:20:03Manjusakalinkissue35517 messages
2018-12-18 03:20:03Manjusakacreate