This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2014-02-03.00:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391387871.01.0.754074352669.issue20493@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-03 00:37:51vstinnersetrecipients: + vstinner
2014-02-03 00:37:51vstinnersetmessageid: <1391387871.01.0.754074352669.issue20493@psf.upfronthosting.co.za>
2014-02-03 00:37:50vstinnerlinkissue20493 messages
2014-02-03 00:37:50vstinnercreate