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 ned.deily, rossburton, xdegaye
Date 2019-03-02.17:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551546321.14.0.742938586087.issue36125@roundup.psfhosted.org>
In-reply-to
Content
The cross-compilation rely on the fact that the cross-compiled shared libraries names are constructed using the configure `--host=HOST-TYPE' command line parameter and therefore cannot be loaded by the native compiler that uses a different suffix for those names: in a cross compilation the 'build' machine is identified with a different name than the 'host' machine or it is not a cross-compilation.

Maybe there is a glitch in this assumption ?
History
Date User Action Args
2019-03-02 17:05:21xdegayesetrecipients: + xdegaye, ned.deily, rossburton
2019-03-02 17:05:21xdegayesetmessageid: <1551546321.14.0.742938586087.issue36125@roundup.psfhosted.org>
2019-03-02 17:05:21xdegayelinkissue36125 messages
2019-03-02 17:05:21xdegayecreate