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 barry, dstufft, eric.araujo, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, vstinner, xdegaye
Date 2019-04-27.20:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556398092.86.0.000439738800525.issue21536@roundup.psfhosted.org>
In-reply-to
Content
PR 12989 fixes the Android issue and has been checked on the Android emulator at API 24.

Python is cross-compiled with '--enable-shared' and the python-config scripts give the expected result:

generic_x86_64:/data/local/tmp/python/bin $ python -c "from sysconfig import get_config_var; print(get_config_var('Py_ENABLE_SHARED'))"           
1
generic_x86_64:/data/local/tmp/python/bin $ sh python-config --libs                                
-lpython3.8d -ldl  -lm -lm 
generic_x86_64:/data/local/tmp/python/bin $ python python-config.py --libs                         
-lpython3.8d -ldl -lm -lm
History
Date User Action Args
2019-04-27 20:48:12xdegayesetrecipients: + xdegaye, lemburg, loewis, barry, ncoghlan, pitrou, vstinner, eric.araujo, piotr.dobrogost, dstufft
2019-04-27 20:48:12xdegayesetmessageid: <1556398092.86.0.000439738800525.issue21536@roundup.psfhosted.org>
2019-04-27 20:48:12xdegayelinkissue21536 messages
2019-04-27 20:48:12xdegayecreate