Brett Cannon added the comment:

The limitation is unavoidable as modulefinder inspects bytecode for its 
inferencing, so any code that calls __import__() or importlib.import_module() 
will simply not work. So unless sysconfig can be updated reasonably back to a 
statically defined import this is just how it will be (I'll let doko comment on 
whether updating is possible and thus close this issue).

----------
nosy: +brett.cannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29113>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to