Commit 38d1f4f3 authored by Thomas Heller's avatar Thomas Heller

Again, I did check in too many changes. Sorry.

parent e2ed51e8
......@@ -107,7 +107,7 @@ def poll(timeout=0.0, map=None):
try:
r, w, e = select.select(r, w, e, timeout)
except select.error, err:
if err[0] not in (EINTR, ENOENT):
if err[0] != EINTR:
raise
for fd in r:
......
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