1 message in org.python.python-bugs-list[ python-Bugs-887279 ] asyncore.py po...
FromSent OnAttachments
SourceForge.netMar 21, 2004 2:34 pm 
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 21, 2004 2:34:48 pm
List:org.python.python-bugs-list

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

Category: Python Library

Group: Python 2.4 Status: Closed Resolution: Fixed

Priority: 5 Submitted By: Jim Jewett (jimjjewett)

Assigned to: A.M. Kuchling (akuchling)

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: A.M. Kuchling (akuchling)

Date: 2004-03-21 14:35

Message: Logged In: YES user_id=11375

The fix from patch #909005 has been commited to CVS HEAD.

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

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

Message: Logged In: YES user_id=410460

Patch #909005 fixes the problem.

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