Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...

This commit is contained in:
Charles-François Natali 2011-10-29 14:29:39 +02:00
parent d4621190c9
commit fea6cb0285
1 changed files with 4 additions and 0 deletions

View File

@ -647,6 +647,10 @@ class BaseTestAPI(unittest.TestCase):
self.flag = True
self.close()
def handle_expt(self):
self.flag = True
self.close()
class TestHandler(BaseTestHandler):
def handle_read(self):