Message191551
| Author | brett.cannon |
|---|---|
| Recipients | barry, brett.cannon, eric.smith |
| Date | 2013-06-21.01:38:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1371778710.48.0.279748641723.issue17621@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
One problem with the importers code is it doesn't properly clean up after the module if the load failed and it wasn't a reload. Should store an attribute on the module signaling whether it was a reload or not to know whether an exception raised during loading should lead to the module being removed from sys.modules. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-21 01:38:30 | brett.cannon | set | recipients: + brett.cannon, barry, eric.smith |
| 2013-06-21 01:38:30 | brett.cannon | set | messageid: <1371778710.48.0.279748641723.issue17621@psf.upfronthosting.co.za> |
| 2013-06-21 01:38:30 | brett.cannon | link | issue17621 messages |
| 2013-06-21 01:38:30 | brett.cannon | create | |