[issue14928] Fix importlib bootstrapping issues

Nick Coghlan report at bugs.python.org
Mon May 28 05:02:03 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

There are some additional challenges potentially posed by suggestions like http://bugs.python.org/issue10399, which would allow the compiler itself to use Python extensions.

However, those could be overcome by requiring that the compiler support running with any such extensions disabled.

Two more possible APIs:
  A -X option: "-Xbootstrap=Lib/importlib/_bootstrap.py"
  Allow frozen modules to be frozen as *source* rather than as a PYC file, then freeze importlib._bootstrap as source rather than as bytecode.

----------

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


More information about the Python-bugs-list mailing list