Message335565
| Author | matrixise |
|---|---|
| Recipients | Alex.Willmer, ezio.melotti, matrixise, mrabarnett, muhzi, xdegaye |
| Date | 2019-02-14.21:11:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550178678.75.0.994714813155.issue35997@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-14 21:11:18 | matrixise | set | recipients: + matrixise, ezio.melotti, mrabarnett, xdegaye, Alex.Willmer, muhzi |
| 2019-02-14 21:11:18 | matrixise | set | messageid: <1550178678.75.0.994714813155.issue35997@roundup.psfhosted.org> |
| 2019-02-14 21:11:18 | matrixise | link | issue35997 messages |
| 2019-02-14 21:11:18 | matrixise | create | |