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 yan12125
Recipients Alex.Willmer, python-dev, skrah, xdegaye, yan12125
Date 2016-05-11.13:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462973286.54.0.355146977446.issue26857@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, socketmodule_2.patch is problematic. Developers may choose to build CPython against API level 21 and run it on all devices with API level >= 21. In general Android keeps ABI compatibility between consecutive versions. That is, most binaries built for API 21 can be run on API 21, 22, 23 and 24. With this patch, developers have to build two versions of CPython, one for API < 23 and one for API >= 23, or gethostbyname_r() may not be used.
History
Date User Action Args
2016-05-11 13:28:06yan12125setrecipients: + yan12125, skrah, xdegaye, python-dev, Alex.Willmer
2016-05-11 13:28:06yan12125setmessageid: <1462973286.54.0.355146977446.issue26857@psf.upfronthosting.co.za>
2016-05-11 13:28:06yan12125linkissue26857 messages
2016-05-11 13:28:06yan12125create