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

Guido van Rossum report at bugs.python.org
Mon Feb 3 02:24:35 CET 2014


Guido van Rossum added the comment:

Shouldn't this be fixed in the C implementation of the select module or in selectors.py? It seems likely that the exact range might be different for each syscall and possibly per OS or even OS version.

----------

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


More information about the Python-bugs-list mailing list