summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/asyncore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py
index e79593a..fe24977 100644
--- a/Lib/asyncore.py
+++ b/Lib/asyncore.py
@@ -80,6 +80,7 @@ def poll (timeout=0.0, map=None):
except select.error, err:
if err[0] != EINTR:
raise
+ r = []; w = []; e = []
if DEBUG:
print r,w,e