Message152800
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon |
| Date | 2012-02-07.00:51:29 |
| SpamBayes Score | 4.9232196e-05 |
| Marked as misclassified | No |
| Message-id | <1328575890.24.0.0737633689073.issue13959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A bunch of code in Python/import.c exists purely for the imp module, but a large chunk of it does not need to be implemented in C but instead can be implemented in Python code. Once importlib is bootstrapped in then an attempt to scale back the C code should be done by re-implementing parts of imp in pure Python (either in some _imp module or directly in _importlib itself). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-02-07 00:51:30 | brett.cannon | set | recipients: + brett.cannon |
| 2012-02-07 00:51:30 | brett.cannon | set | messageid: <1328575890.24.0.0737633689073.issue13959@psf.upfronthosting.co.za> |
| 2012-02-07 00:51:29 | brett.cannon | link | issue13959 messages |
| 2012-02-07 00:51:29 | brett.cannon | create | |