Typo in previous commit
This commit is contained in:
parent
5895dc2f1f
commit
38872159fb
|
@ -208,7 +208,7 @@ def select_poller(timeout=0.0, map=None):
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
return
|
return
|
||||||
except socket.error as err:
|
except socket.error as err:
|
||||||
if err.args[0] in (EBADF EINTR):
|
if err.args[0] in (EBADF, EINTR):
|
||||||
return
|
return
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
if err.args[0] in (WSAENOTSOCK, ):
|
if err.args[0] in (WSAENOTSOCK, ):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user