[issue10982] asyncore timeouts do not work correctly

k1h report at bugs.python.org
Sat Jan 22 19:03:06 CET 2011


New submission from k1h <k1h1861 at gmail.com>:

Asyncore for the versions of Python examined do not check for the empty sequences select.select returns to indicate a timeout.  The attached patch served my immediate needs, but no effort was made to verify that all scenarios were covered or that other issues weren't introduced.

----------
components: Library (Lib)
files: asyncore_timeout_patch_with_example.txt
messages: 126846
nosy: k1h
priority: normal
severity: normal
status: open
title: asyncore timeouts do not work correctly
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file20487/asyncore_timeout_patch_with_example.txt

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


More information about the Python-bugs-list mailing list