[Python-bugs-list] [ python-Bugs-528440 ] asyncore.poll bug

noreply@sourceforge.net noreply@sourceforge.net
Mon, 11 Mar 2002 02:56:43 -0800


Bugs item #528440, was opened at 2002-03-11 10:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=528440&group_id=5470

Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Kjetil Jacobsen (kjetilja)
Assigned to: Nobody/Anonymous (nobody)
Summary: asyncore.poll bug

Initial Comment:
the asyncore.poll function (which uses select()) has
different handling of EINTR than asyncore.poll3 (which
uses poll()).

asyncore.poll3 resets the read-set when EINTR occurs,
but this is not done in asyncore.poll.

to be consistent with the behaviour of asyncore.poll3,
asyncore.poll should also reset the read/write sets
upon EINTR.


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=528440&group_id=5470