[docs] [issue20100] epoll docs are not clear with regards to CLOEXEC.

Berker Peksag report at bugs.python.org
Thu Sep 8 16:31:07 EDT 2016


Berker Peksag added the comment:

Thanks for the patch, priyapappachan. Here is an updated patch. Since EPOLL_CLOEXEC is the only value that can be passed to epoll_create1(), we can also simplify the implementation a bit.

----------
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.5, Python 3.6, Python 3.7 -Python 3.4
Added file: http://bugs.python.org/file44476/issue20100_v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20100>
_______________________________________


More information about the docs mailing list