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 xdegaye
Recipients Alex.Willmer, python-dev, skrah, xdegaye, yan12125
Date 2016-05-11.15:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
So what is problematic with this new patch ?  Obviously you need to build with API 23 to get gethostbyname_r() since it was not supported by android before, with the previous patch you don't get gethostbyname_r(), even when building with API 23.
History
Date User Action Args
2016-05-11 15:42:37xdegayesetrecipients: + xdegaye, skrah, python-dev, Alex.Willmer, yan12125
2016-05-11 15:42:37xdegayesetmessageid: <[email protected]>
2016-05-11 15:42:37xdegayelinkissue26857 messages
2016-05-11 15:42:37xdegayecreate