New submission from STINNER Victor: In asyncio, if the next event is in 2^40 seconds, epoll.poll() raises an OverflowError because epoll_wait() maximum value for the timeout is INT_MAX seconds.
Test timeout_overflow.py to reproduce the issue. ---------- files: timeout_overflow.py messages: 210061 nosy: haypo priority: normal severity: normal status: open title: asyncio: OverflowError('timeout is too large') versions: Python 3.4 Added file: http://bugs.python.org/file33879/timeout_overflow.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20493> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com