[issue21536] extension built with a shared python cannot be loaded with a static python

Erik Bray report at bugs.python.org
Fri May 24 07:10:08 EDT 2019


Erik Bray <erik.m.bray at gmail.com> added the comment:

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...

----------
nosy: +erik.bray

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue21536>
_______________________________________


More information about the Python-bugs-list mailing list