David Gilman <davidgilm...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44951>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to