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 Alex.Willmer, ned.deily, rossburton, xdegaye
Date 2019-03-03.16:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551629775.08.0.883168718182.issue36125@roundup.psfhosted.org>
In-reply-to
Content
Re-opening and setting the stage as 'needs patch': at least the cross-compilation should fail with a clear message when the cross-built libraries names and those of the native interpreter have the same suffix.

> Assuming that you can rely on the loader to not open target binaries when they're on the path to load from is unwise.

Meanwhile a workaround may be to build the native interpreter with Py_DEBUG defined (using the --with-pydebug configure option) so that libraries names become different.
History
Date User Action Args
2019-03-03 16:16:15xdegayesetrecipients: + xdegaye, ned.deily, rossburton, Alex.Willmer
2019-03-03 16:16:15xdegayesetmessageid: <1551629775.08.0.883168718182.issue36125@roundup.psfhosted.org>
2019-03-03 16:16:15xdegayelinkissue36125 messages
2019-03-03 16:16:14xdegayecreate