[ python-Bugs-887279 ] asyncore.py poll* missing urgent data

SourceForge.net noreply at sourceforge.net
Thu Jan 29 16:25:22 EST 2004


Bugs item #887279, was opened at 2004-01-29 16:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
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.

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

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