mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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.close()
|
||||
|
||||
def handle_expt(self):
|
||||
self.flag = True
|
||||
self.close()
|
||||
|
||||
class TestHandler(BaseTestHandler):
|
||||
|
||||
def handle_read(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue