This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, benjamin.peterson, brett.cannon, eric.smith, eric.snow, loewis, meador.inge, ncoghlan, pitrou
Date 2012-06-16.20:15:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339877749.45.0.457708376386.issue14928@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for the "separate C executable" approach. There are a couple of small complications in order to avoid any circular dependency (either at the Makefile level, or at the _frozen_importlib / Py_Initialize level).

The proposed "-X" or BOOTSTRAP_PY approaches would be difficult, since there doesn't appear to be an easy way to generate a given file (the Python interpreter) twice in a Makefile dependency chain: the first time using the stale importlib, the second with the fresh importlib.
History
Date User Action Args
2012-06-16 20:15:50pitrousetrecipients: + pitrou, loewis, brett.cannon, ncoghlan, eric.smith, benjamin.peterson, Arfrever, meador.inge, eric.snow
2012-06-16 20:15:49pitrousetmessageid: <1339877749.45.0.457708376386.issue14928@psf.upfronthosting.co.za>
2012-06-16 20:15:48pitroulinkissue14928 messages
2012-06-16 20:15:48pitroucreate