STINNER Victor <vstin...@redhat.com> added the comment:

> Add a keyword argument for selector.EpollSelector with default value.

I suggest to use a keyword-only parameter:

def register(self, fileobj, events, data=None, *, exclusive=False):

Do you want to work on a pull request?

----------
nosy: +giampaolo.rodola, vstinner
title: enhhance for selector.EpollSelector -> selector.EpollSelector: add new 
parameter to support EPOLLEXCLUSIVE
versions:  -Python 3.7

_______________________________________
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