SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 136 Python

Issue #20100: Simplify newPyEpoll_Object()

EPOLL_CLOEXEC is the only value that can be passed
to epoll_create1() and we are passing EPOLL_CLOEXEC
unconditionally since Python 3.4.
B
Berker Peksag committed
e2197d131290b59deb1ad47904e700b642ceffeb
Parent: 1849d89