[issue29113] modulefinder no longer finds all required modules for Python itself, due to use of __import__ in sysconfig

Matthias Klose report at bugs.python.org
Tue Jan 10 17:52:30 EST 2017


Matthias Klose added the comment:

the idea is that we load a different _sysconfigdata module when we are cross building packages.  So we don't know the name in advance.  An ugly alternative would be a big if statement with conditional imports for all known cross build targets. Not sure if this is the better solution.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29113>
_______________________________________


More information about the Python-bugs-list mailing list