Message203411
| Author | brett.cannon |
|---|---|
| Recipients | Arfrever, berker.peksag, brett.cannon, eric.snow, larry, ncoghlan |
| Date | 2013-11-19.18:28:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1384885704.98.0.870021997411.issue18864@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
That's not the right fix for that test failure. If exec_module() is not meant to set import-related attributes like __cached__ because import itself (through _SpecMethods.init_module_attrs()) then test_frozen needs to be updated to not expect such attributes. Honestly test_frozen should probably either be rolled into test_importlib.frozen or deleted instead of existing separately. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-19 18:28:25 | brett.cannon | set | recipients: + brett.cannon, ncoghlan, larry, Arfrever, eric.snow, berker.peksag |
| 2013-11-19 18:28:24 | brett.cannon | set | messageid: <1384885704.98.0.870021997411.issue18864@psf.upfronthosting.co.za> |
| 2013-11-19 18:28:24 | brett.cannon | link | issue18864 messages |
| 2013-11-19 18:28:24 | brett.cannon | create | |