Commit ddbbe977 authored by Jeremy Hylton's avatar Jeremy Hylton

Add XXX comment.

Should the deadline by checked inside this final loop waiting for
wrappers to finish?
parent 733fd483
......@@ -402,6 +402,8 @@ class ConnectThread(threading.Thread):
return -1
assert wrap.state == "closed"
del wrappers[wrap]
# XXX should check deadline
class ConnectWrapper:
......
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