mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
undoing change that broke trunk. Need to find a better solution to this.
This commit is contained in:
parent
1680b8c16c
commit
b7a841ca40
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def readwrite(obj, flags):
|
|||
if flags & (select.POLLERR | select.POLLNVAL):
|
||||
obj.handle_expt_event()
|
||||
if flags & select.POLLHUP:
|
||||
obj.handle_close_event()
|
||||
obj.handle_close()
|
||||
except (ExitNow, KeyboardInterrupt, SystemExit):
|
||||
raise
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue