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 David.Edelsohn, neologix, vstinner
Date 2013-07-06.10:24:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3YnDWrsLbPrUPrdsOwKRO-TxDqQx1qZ4+O-kvXpSE6Hw@mail.gmail.com>
In-reply-to <1372904022.17.0.0545127815287.issue18308@psf.upfronthosting.co.za>
Content
> I think the safest solution is not to compare scope_id when comparing
> addresses.

Agreed.

However, it might be simpler to special-case the IPv6 addresses
comparison by overriding it in the IPv6 sendmsg base test.

Could you try the patch attached?
Files
File name Uploaded
test_socket_scope_id.diff neologix, 2013-07-06.10:24:23
History
Date User Action Args
2013-07-06 10:24:24neologixsetrecipients: + neologix, vstinner, David.Edelsohn
2013-07-06 10:24:24neologixlinkissue18308 messages
2013-07-06 10:24:24neologixcreate