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 Justin Mayfield, asvetlov, gvanrossum, python-dev, thehesiod, vstinner, yselivanov
Date 2016-02-10.03:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455076366.01.0.43470583953.issue25593@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure if you guys are still listening on this closed bug but I think I've found another issue ;)  I'm using python 3.5.1 + asyncio 3.4.3 with the latest aiobotocore (which uses aiohttp 0.21.0) and had two sessions (two TCPConnectors), one doing a multitude of GetObjects via HTTP1.1, and the other doing PutObject, and the PutObject session returns error 61 (connection refused) from the same _sock_connect_cb.  It feels like a similar issue to the original.  I'll see if I can get small testcase.
History
Date User Action Args
2016-02-10 03:52:46thehesiodsetrecipients: + thehesiod, gvanrossum, vstinner, asvetlov, python-dev, yselivanov, Justin Mayfield
2016-02-10 03:52:46thehesiodsetmessageid: <1455076366.01.0.43470583953.issue25593@psf.upfronthosting.co.za>
2016-02-10 03:52:45thehesiodlinkissue25593 messages
2016-02-10 03:52:45thehesiodcreate