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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Mar 2002 09:54:11 -0800


Bugs item #528440, was opened at 2002-03-11 05: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: Closed
>Resolution: Duplicate
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.


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

>Comment By: A.M. Kuchling (akuchling)
Date: 2002-03-14 12:54

Message:
Logged In: YES 
user_id=11375

This is a duplicate of bug #517554, and is fixed in the current CVS.

Thanks 
for your bug report!


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

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