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 landersson
Recipients landersson
Date 2014-04-01.03:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396321484.68.0.174945090803.issue21119@psf.upfronthosting.co.za>
In-reply-to
Content
The attached code generates an unclosed socket ResourceWarning when timing out trying to connect to an unreachable address.

Probably not terribly serious, but in my case, it generates distracting warnings during unit testing.

I have looked briefly at the asyncio code but it's not immediately obvious to me how to fix it.
History
Date User Action Args
2014-04-01 03:04:44landerssonsetrecipients: + landersson
2014-04-01 03:04:44landerssonsetmessageid: <1396321484.68.0.174945090803.issue21119@psf.upfronthosting.co.za>
2014-04-01 03:04:44landerssonlinkissue21119 messages
2014-04-01 03:04:43landerssoncreate