[issue27822] Fail to create _SelectorTransport with unbound socket

Paul McGuire report at bugs.python.org
Sun Aug 21 06:47:24 EDT 2016


Paul McGuire added the comment:

To clarify how I'm using a socket without a bound address, I am specifying the destination address in the call to transport.sendto(), so there is no address on the socket itself, hence getsockname() fails.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27822>
_______________________________________


More information about the Python-bugs-list mailing list