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 Matthew Stoltenberg
Recipients Matthew Stoltenberg, gregory.p.smith, pitrou
Date 2017-12-06.23:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512603703.9.0.213398074469.issue32224@psf.upfronthosting.co.za>
In-reply-to
Content
The naive change is to have the host, port tuple assignment use only the first two values from address. I can open a PR with that change (and update the docstring for the function) if that's the right change. For reference, the python socketpair implementation (if _socket is missing it) ignores flow_info and scope_id, but I'm not sure that's the right thing to do.
History
Date User Action Args
2017-12-06 23:41:43Matthew Stoltenbergsetrecipients: + Matthew Stoltenberg, gregory.p.smith, pitrou
2017-12-06 23:41:43Matthew Stoltenbergsetmessageid: <1512603703.9.0.213398074469.issue32224@psf.upfronthosting.co.za>
2017-12-06 23:41:43Matthew Stoltenberglinkissue32224 messages
2017-12-06 23:41:43Matthew Stoltenbergcreate