Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14928>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to