This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thehesiod
Recipients gvanrossum, thehesiod, vstinner, yselivanov
Date 2015-11-11.17:26:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447262761.32.0.34704608054.issue25593@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-11-11 17:26:01thehesiodsetrecipients: + thehesiod, gvanrossum, vstinner, yselivanov
2015-11-11 17:26:01thehesiodsetmessageid: <1447262761.32.0.34704608054.issue25593@psf.upfronthosting.co.za>
2015-11-11 17:26:01thehesiodlinkissue25593 messages
2015-11-11 17:26:00thehesiodcreate