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 David.Gilman
Recipients David.Gilman
Date 2021-08-19.03:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629342585.89.0.78747575414.issue44951@roundup.psfhosted.org>
In-reply-to
Content
I also played with making another whole subclass that has it on by default, see this package https://github.com/dgilman/selector-epoll-exclusive

That class could have EPOLLEXCLUSIVE on by default but could raise NotImplemented if you try and modify() it. Putting it in as a second class means you can also drop it into existing code unmodified, something that will play very nicely with all existing users of selector.
History
Date User Action Args
2021-08-19 03:09:45David.Gilmansetrecipients: + David.Gilman
2021-08-19 03:09:45David.Gilmansetmessageid: <1629342585.89.0.78747575414.issue44951@roundup.psfhosted.org>
2021-08-19 03:09:45David.Gilmanlinkissue44951 messages
2021-08-19 03:09:45David.Gilmancreate