[issue26857] gethostbyname_r() is broken on android
Xavier de Gaye
report at bugs.python.org
Wed May 11 11:42:37 EDT 2016
Xavier de Gaye added the comment:
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.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26857>
_______________________________________
More information about the Python-bugs-list
mailing list