Message335625
| Author | xdegaye |
|---|---|
| Recipients | Alex.Willmer, ezio.melotti, matrixise, mrabarnett, muhzi, xdegaye |
| Date | 2019-02-15.17:33:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550252009.48.0.12143578828.issue35997@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
It is not yet possible to cross-compile python extensions. The reason is that _init_posix() in Lib/sysconfig.py still reads the sysconfigdata module of the native compiler instead of the sysconfigdata of the cross-built one. See the patch in issue #28833. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-15 17:33:29 | xdegaye | set | recipients: + xdegaye, ezio.melotti, mrabarnett, matrixise, Alex.Willmer, muhzi |
| 2019-02-15 17:33:29 | xdegaye | set | messageid: <1550252009.48.0.12143578828.issue35997@roundup.psfhosted.org> |
| 2019-02-15 17:33:29 | xdegaye | link | issue35997 messages |
| 2019-02-15 17:33:29 | xdegaye | create | |