[ python-Bugs-887279 ] asyncore.py poll* missing urgent data
SourceForge.net
noreply at sourceforge.net
Sun Mar 21 14:35:04 EST 2004
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=887279&group_id=5470
More information about the Python-bugs-list
mailing list