Message159116
| Author | ncoghlan |
|---|---|
| Recipients | brett.cannon, eric.smith, eric.snow, ncoghlan, pitrou |
| Date | 2012-04-24.04:40:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1335242418.38.0.457809991662.issue14657@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
My preference would also be for _frozen_importlib._bootstrap to overwrite as much evidence of itself as it can with the "real" one. This would also mean that changes to importlib._bootstrap would actually take effect for user code almost immediately, *without* rebuilding Python, as the frozen version would *only* be used to get hold of the pure Python version. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-24 04:40:18 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, pitrou, eric.smith, eric.snow |
| 2012-04-24 04:40:18 | ncoghlan | set | messageid: <1335242418.38.0.457809991662.issue14657@psf.upfronthosting.co.za> |
| 2012-04-24 04:40:17 | ncoghlan | link | issue14657 messages |
| 2012-04-24 04:40:17 | ncoghlan | create | |