[Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib... (original) (raw)

martin at v.loewis.de martin at v.loewis.de
Sun May 27 10:13:17 CEST 2012


Nasty! Perhaps freezeimportlib.py could be rewritten in C, so importlib could be recompiled when the compiler changes?

Or we support bootstrapping from the source file, e.g. with an environment variable BOOTSTRAP_PY which points to the _bootstrap.py source.

Regards, Martin



More information about the Python-Dev mailing list