1 message in org.python.python-bugs-list[ python-Bugs-887279 ] asyncore.py po...
FromSent OnAttachments
SourceForge.netMar 4, 2004 9:24 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-887279 ] asyncore.py poll* missing urgent dataActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 4, 2004 9:24:55 am
List:org.python.python-bugs-list

Bugs item #887279, was opened at 2004-01-30 00:25 Message generated for change (Comment added) made by klimkin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=887279&group_id=5470

Category: Python Library Group: Python 2.2.1 candidate Status: Open Resolution: None Priority: 5 Submitted By: Jim Jewett (jimjjewett) Assigned to: Nobody/Anonymous (nobody) Summary: asyncore.py poll* missing urgent data

Initial Comment: According to the select.poll documentation, polling flags include POLLIN (regular data) and POLLPRI (urgent data).

asyncore poll2 and poll3 check readable objects for POLLIN, but do not check for POLLPRI.

----------------------------------------------------------------------

Comment By: Alexey Klimkin (klimkin) Date: 2004-03-04 11:23

Message: Logged In: YES user_id=410460

Patch #909005 fixes the problem.

----------------------------------------------------------------------