Stéphane Wirtel <[email protected]> added the comment:
if you have compiled python with --enable-shared you will get a
lib/libpython3.Xdm.so file and you can use nm -D lib/libpython3.Xdm.so | grep
PyBool_Type
nm --debug-syms lib/libpython3.8dm.so | grep PyBool
0000000000077696 T
PyBool_FromLong
0000000000328d20 D PyBool_Type
I think it's a problem with your compilation.
Could you explain how do you cross-compile for android?
Thank you
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35997>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com