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 erik.bray
Recipients barry, dstufft, eric.araujo, erik.bray, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, reimar, vstinner, xdegaye
Date 2019-05-24.11:10:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558696208.6.0.749454638358.issue21536@roundup.psfhosted.org>
In-reply-to
Content
I vaguely recall seeing some discussion about this on python-dev or elsewhere and wish I had chimed in sooner, as I didn't realize action was going to be taken on this so soon.

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.

I'm not actually sure this use case can even be achieved on these platforms.  I tried several hacks but nothing works.  I'll open a follow-up issue...
History
Date User Action Args
2019-05-24 11:10:08erik.braysetrecipients: + erik.bray, lemburg, loewis, barry, ncoghlan, pitrou, vstinner, eric.araujo, xdegaye, piotr.dobrogost, dstufft, reimar
2019-05-24 11:10:08erik.braysetmessageid: <1558696208.6.0.749454638358.issue21536@roundup.psfhosted.org>
2019-05-24 11:10:08erik.braylinkissue21536 messages
2019-05-24 11:10:07erik.braycreate