]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20100: Simplify newPyEpoll_Object()
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 26 Sep 2016 20:30:41 +0000 (23:30 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 26 Sep 2016 20:30:41 +0000 (23:30 +0300)
commite2197d131290b59deb1ad47904e700b642ceffeb
tree2535fbb0cb97036b4215c8c3e963695e68c03923
parent1849d894d56bba5e392766333657b0abe133da59
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.
Lib/test/test_epoll.py
Modules/selectmodule.c