[Python-bugs-list] [Bug #123225] asyncore.py should use select.poll(), not "import poll"

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Jan 2001 13:44:05 -0800


Bug #123225, was updated on 2000-Nov-22 20:41
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Open
Resolution: Later
Bug Group: Not a Bug
Priority: 5
Submitted by: nobody
Assigned to : jhylton
Summary: asyncore.py should use select.poll(), not "import poll"

Details: The Python2.0 asyncore module is able to use the poll system
call
(claimed to be much more efficient than select for large numbers of
requests),
however, it tries to "import poll", which fails (there is no pollmodule
supplied with Python2.0), whereas it could
use the poll available with the select module (select.poll()).



Follow-Ups:

Date: 2001-Jan-18 13:44
By: akuchling

Comment:
The patch is archived at http://www.egroups.com/message/medusa/262 .  Still
no word 
from Sam Rushing on whether he accepted it.
-------------------------------------------------------

Date: 2000-Dec-22 06:43
By: akuchling

Comment:
A patch to use Python 2.0's select.poll() has been sent off to the
medusa@egroups.com mailing list.  Assuming the patch is accepted, this bug
will be fixed when we pick up the latest version of asyncore.py before
Python 2.1 is finalized.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=123225&group_id=5470