Message 158370 - Python tracker
Message158370
| Author | brett.cannon |
|---|---|
| Recipients | Arfrever, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev |
| Date | 2012-04-15.21:52:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1334526739.15.0.52727892702.issue13959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It looks like in order to get a clear sign of what it will take to remove various parts of import.c, imp.load_module() needs to go along with imp.load_package() (since they call each other in the C code). You also have to take care of imp.reload(), but I am simplifying the C code greatly and will take care of referencing other code in the module. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-15 21:52:19 | brett.cannon | set | recipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow |
| 2012-04-15 21:52:19 | brett.cannon | set | messageid: <1334526739.15.0.52727892702.issue13959@psf.upfronthosting.co.za> |
| 2012-04-15 21:52:18 | brett.cannon | link | issue13959 messages |
| 2012-04-15 21:52:18 | brett.cannon | create | |