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 kwarunek
Recipients christian.heimes, j1m, kwarunek, r.david.murray, yselivanov
Date 2017-09-15.19:35:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505504101.0.0.882732818779.issue27391@psf.upfronthosting.co.za>
In-reply-to
Content
The case appears in asyncio's create_connection. Actually it's known thing https://github.com/python/cpython/blob/3.6/Lib/asyncio/base_events.py#L699, a workaround mentioned (same as Jim has pointed) is used widely. It seems reasonably at first sight to "fix it", but I consider this requirement (pass '') as a safety check.
History
Date User Action Args
2017-09-15 19:35:01kwaruneksetrecipients: + kwarunek, christian.heimes, r.david.murray, j1m, yselivanov
2017-09-15 19:35:01kwaruneksetmessageid: <1505504101.0.0.882732818779.issue27391@psf.upfronthosting.co.za>
2017-09-15 19:35:00kwaruneklinkissue27391 messages
2017-09-15 19:35:00kwarunekcreate