New submission from k1h <k1h1...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to