New submission from Antoine Pitrou <pit...@free.fr>: See http://mail.python.org/pipermail/python-dev/2012-May/119703.html
Two competing proposals: - Benjamin: "Perhaps freeze_importlib.py could be rewritten in C, so importlib could be recompiled when the compiler changes?" - Martin: "Or we support bootstrapping from the source file, e.g. with an environment variable BOOTSTRAP_PY which points to the _bootstrap.py source" ---------- components: Build, Interpreter Core messages: 161714 nosy: benjamin.peterson, brett.cannon, eric.snow, loewis, pitrou priority: release blocker severity: normal stage: needs patch status: open title: Fix importlib bootstrapping issues type: behavior versions: Python 3.3 _______________________________________ 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