[New-bugs-announce] [issue14928] Fix importlib bootstrapping issues

Antoine Pitrou report at bugs.python.org
Sun May 27 19:54:00 CEST 2012


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14928>
_______________________________________


More information about the New-bugs-announce mailing list