[issue20493] asyncio: OverflowError('timeout is too large')

STINNER Victor report at bugs.python.org
Mon Feb 17 02:40:00 CET 2014


STINNER Victor added the comment:

> Of all these, 4194303 is the smallest, it's only 2**22-1, i.e. 48 days in the future 

Maybe asyncio can uses a maximum timeout of 30 days? Or maybe even 1 day. Wake up every day to recompute the timeout should not kill the battery of your laptop or of your phone.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20493>
_______________________________________


More information about the Python-bugs-list mailing list