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 phihag
Recipients phihag
Date 2012-08-02.15:25:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343921113.22.0.952708095298.issue15538@psf.upfronthosting.co.za>
In-reply-to
Content
The s6_addr8 field of in6_addr structs is nonstandard, and therefore not supported on all platforms (android in my example). cpython's socket module should use the standard s6_addr field instead.
History
Date User Action Args
2012-08-02 15:25:13phihagsetrecipients: + phihag
2012-08-02 15:25:13phihagsetmessageid: <1343921113.22.0.952708095298.issue15538@psf.upfronthosting.co.za>
2012-08-02 15:25:12phihaglinkissue15538 messages
2012-08-02 15:25:12phihagcreate