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 vstinner
Recipients barry, dstufft, eric.araujo, erik.bray, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, reimar, vstinner, xdegaye
Date 2019-05-24.13:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558704269.21.0.293934635113.issue21536@roundup.psfhosted.org>
In-reply-to
Content
> This completely breaks building extension modules on Windows-based platforms like Cygwin and MinGW, where it is necessary when building even shared libraries for all global symbols to resolvable at link time.

C extensions are always linked to libpython on Android. I'm open to do something similar for Cygwin and/or MinGW if you can come up with a PR :-) See LIBPYTHON variable in configure.ac.

You can use Xavier's change as an example: commit 254b309c801f82509597e3d7d4be56885ef94c11, PR 12989.
History
Date User Action Args
2019-05-24 13:24:29vstinnersetrecipients: + vstinner, lemburg, loewis, barry, ncoghlan, pitrou, eric.araujo, xdegaye, erik.bray, piotr.dobrogost, dstufft, reimar
2019-05-24 13:24:29vstinnersetmessageid: <1558704269.21.0.293934635113.issue21536@roundup.psfhosted.org>
2019-05-24 13:24:29vstinnerlinkissue21536 messages
2019-05-24 13:24:29vstinnercreate