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

> *flags* is deprecated and completely ignored.

What if tomorrow, Linux accepts a new flag, passing the flag would just be 
ignored? Maybe it's fine. Especially usually Python developers only use flags 
exposed in Python, and currently, only EPOLL_CLOEXEC is exposed and this flag 
is useless in the specific case of Python (Python always uses the flag).

----------
nosy: +vstinner

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

Reply via email to