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 David.Edelsohn
Recipients David.Edelsohn, neologix, vstinner
Date 2013-07-04.02:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372904022.17.0.0545127815287.issue18308@psf.upfronthosting.co.za>
In-reply-to
Content
The patch in msg192259 probably will work on the particular AIX system runnnig the buildbot, but I do not believe that the patch is the correct solution for the problem.

scope_id 1 is not necessarily the correct link for IPv6 address ::1. The scope_id values are system dependent and the result could be any value depending on the interfaces available on the particular system running the test. scope_id 1 might not exist on the system, and forcing that value would generate an error.

I think the safest solution is not to compare scope_id when comparing addresses.
History
Date User Action Args
2013-07-04 02:13:42David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, neologix
2013-07-04 02:13:42David.Edelsohnsetmessageid: <1372904022.17.0.0545127815287.issue18308@psf.upfronthosting.co.za>
2013-07-04 02:13:42David.Edelsohnlinkissue18308 messages
2013-07-04 02:13:41David.Edelsohncreate