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
...@@ -403,6 +403,8 @@ class ConnectThread(threading.Thread): ...@@ -403,6 +403,8 @@ class ConnectThread(threading.Thread):
assert wrap.state == "closed" assert wrap.state == "closed"
del wrappers[wrap] del wrappers[wrap]
# XXX should check deadline
class ConnectWrapper: class ConnectWrapper:
"""An object that handles the connection procedure for one socket. """An object that handles the connection procedure for one socket.
......
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