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 Paul McGuire
Recipients Paul McGuire, gvanrossum, vstinner, yselivanov
Date 2016-08-21.10:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471776444.18.0.166555274462.issue27822@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-21 10:47:24Paul McGuiresetrecipients: + Paul McGuire, gvanrossum, vstinner, yselivanov
2016-08-21 10:47:24Paul McGuiresetmessageid: <1471776444.18.0.166555274462.issue27822@psf.upfronthosting.co.za>
2016-08-21 10:47:24Paul McGuirelinkissue27822 messages
2016-08-21 10:47:24Paul McGuirecreate