Message162987
| 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:50 | pitrou | set | recipients: + pitrou, loewis, brett.cannon, ncoghlan, eric.smith, benjamin.peterson, Arfrever, meador.inge, eric.snow |
| 2012-06-16 20:15:49 | pitrou | set | messageid: <1339877749.45.0.457708376386.issue14928@psf.upfronthosting.co.za> |
| 2012-06-16 20:15:48 | pitrou | link | issue14928 messages |
| 2012-06-16 20:15:48 | pitrou | create | |