cpython: 900a1ff323bb (original) (raw)

Mercurial > cpython

changeset 88692:900a1ff323bb 3.3

Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout towards zero [#20311]

Victor Stinner victor.stinner@gmail.com
date Sat, 25 Jan 2014 14:37:50 +0100
parents a516eec7117e
children caab3e191485 2766320bdb10
files Lib/test/test_epoll.py Misc/NEWS Modules/selectmodule.c
diffstat 3 files changed, 2 insertions(+), 19 deletions(-)[+] [-] Lib/test/test_epoll.py 11 Misc/NEWS 6 Modules/selectmodule.c 4

line wrap: on

line diff

--- a/Lib/test/test_epoll.py +++ b/Lib/test/test_epoll.py @@ -217,17 +217,6 @@ class TestEPoll(unittest.TestCase): server.close() ep.unregister(fd)

- def test_main(): support.run_unittest(TestEPoll)

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -58,10 +58,6 @@ Library

--- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -1379,9 +1379,7 @@ pyepoll_poll(pyEpoll_Object *self, PyObj return NULL; } else {