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 neologix
Recipients giampaolo.rodola, gvanrossum, neologix, pitrou
Date 2013-03-28.13:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM33_HPa4WYQEyDY2=JUzMSGvW8twqGnY3gYcc9Ai4_9Lw@mail.gmail.com>
In-reply-to <1364475198.27.0.729914523448.issue17561@psf.upfronthosting.co.za>
Content
> Providing a custom class instantiating two sockets looks like a dead end to me though. To say one, what is getsockname() supposed to return? Same for detach(), fileno(), 'family' and probably others I can't think of right now.

Indeed.

So we might opt for a best-effort approach: try disabling IPV6_V6ONLY
on the socket if it's set: that way it should work on most platforms.
And add a note to the documentation. IIRC that's what Java does.
History
Date User Action Args
2013-03-28 13:32:52neologixsetrecipients: + neologix, gvanrossum, pitrou, giampaolo.rodola
2013-03-28 13:32:52neologixlinkissue17561 messages
2013-03-28 13:32:52neologixcreate