Manjusaka <lizheao940...@gmail.com> added the comment:

In my opinion

selectors is an abstract for select, so I don't think allow people use select.* 
in selector is a good idea.

like this

> s.register(fd, EVENT_READ, extra_events=select.EPOLLEXCLUSIVE | 
> select.EPOLLONESHOT)

Because the multiple epoll's params are supported in different Python version 
and Linux Kernel version.

So, I think it's a good idea to support different epoll's params by 
keyword-only param in register method.

It's also convenient to check the params

----------

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

Reply via email to