Message153814
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, eric.snow, ncoghlan, pitrou |
| Date | 2012-02-20.23:04:39 |
| SpamBayes Score | 1.1558964e-06 |
| Marked as misclassified | No |
| Message-id | <1329779080.07.0.812417903566.issue14067@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch uses the time module which is not a built-in, so it breaks bootstrapping by directly importing a module, and an extension at that. At best you could switch to a modified _FileFinder after importlib is initially running and able to import extension modules. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-02-20 23:04:40 | brett.cannon | set | recipients: + brett.cannon, ncoghlan, pitrou, eric.snow |
| 2012-02-20 23:04:40 | brett.cannon | set | messageid: <1329779080.07.0.812417903566.issue14067@psf.upfronthosting.co.za> |
| 2012-02-20 23:04:39 | brett.cannon | link | issue14067 messages |
| 2012-02-20 23:04:39 | brett.cannon | create | |