[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
- Previous message: [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
- Next message: [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
- Next message: [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]