◐ Shell
clean mode source ↗

Message 254495 - Python tracker

Actually, I just realized I had fixed it locally by changing the callback to the following:
429     def _sock_connect_cb(self, fut, sock, address):
430         if fut.cancelled() or fut.done():
431             return
 
so a fix is still needed, and I also verified this happens with python3.4 as well.