mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +00:00
Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...
This commit is contained in:
parent
d4621190c9
commit
fea6cb0285
1 changed files with 4 additions and 0 deletions
|
@ -647,6 +647,10 @@ class BaseTestAPI(unittest.TestCase):
|
||||||
self.flag = True
|
self.flag = True
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
|
def handle_expt(self):
|
||||||
|
self.flag = True
|
||||||
|
self.close()
|
||||||
|
|
||||||
class TestHandler(BaseTestHandler):
|
class TestHandler(BaseTestHandler):
|
||||||
|
|
||||||
def handle_read(self):
|
def handle_read(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue