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 rjordens
Recipients abarry, gvanrossum, larry, ned.deily, rjordens, vstinner, yselivanov
Date 2016-09-02.04:30:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472790655.67.0.740728106616.issue27929@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/cpython/blob/master/Lib/asyncio/selector_events.py#L394
https://github.com/python/asyncio/blob/master/asyncio/selector_events.py#L394

AF_UNIX is special-cased.
Maybe AF_BLUETOOTH and others should use that same special treatment.
Or maybe only AF_INET, AF_INET6 should attempt resolving.
History
Date User Action Args
2016-09-02 04:30:55rjordenssetrecipients: + rjordens, gvanrossum, vstinner, larry, ned.deily, yselivanov, abarry
2016-09-02 04:30:55rjordenssetmessageid: <1472790655.67.0.740728106616.issue27929@psf.upfronthosting.co.za>
2016-09-02 04:30:55rjordenslinkissue27929 messages
2016-09-02 04:30:55rjordenscreate