Message163048
| Author | pitrou |
|---|---|
| Recipients | Arfrever, benjamin.peterson, brett.cannon, eric.smith, eric.snow, loewis, meador.inge, ncoghlan, pitrou |
| Date | 2012-06-17.09:49:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1339926402.3369.2.camel@localhost.localdomain> |
| In-reply-to | <1339919270.49.0.938919170554.issue14928@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> IIUC, this patch will cause importlib.h to always be built when > building from source, since _freeze_importlib will be built. Yes indeed. That's not deliberate, but because of how Makefile dependencies are specified (importlib.h needs the _freeze_importlib executable to be rebuilt, but it should really depend on the _freeze_importlib.c timestamp). Do you have an idea to avoid that? > Is it then the plan to drop importlib.h from version control? No. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-06-17 09:49:55 | pitrou | set | recipients: + pitrou, loewis, brett.cannon, ncoghlan, eric.smith, benjamin.peterson, Arfrever, meador.inge, eric.snow |
| 2012-06-17 09:49:54 | pitrou | link | issue14928 messages |
| 2012-06-17 09:49:53 | pitrou | create | |