Commit cd634cd7 authored by Manuel Barkhau's avatar Manuel Barkhau

Revert "bugfix for pypy3"

This reverts commit 22141fc2.
parent 22141fc2
......@@ -103,10 +103,6 @@ class StreamServer(BaseServer):
if not sock.timeout:
return
raise
except _socket.error as err:
if err.args[0] == EWOULDBLOCK:
return
raise
sock = socket(sock.family, sock.type, sock.proto, fileno=fd)
# XXX Python issue #7995?
return sock, address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment