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. |
|