Message165505
Oh, special - importlib.find_loader() currently expects every module to have a __loader__ attribute, but there's at least one that doesn't: __main__.
Guess I'll be tweaking it to handle that case more gracefully after all :) |
|
| Date |
User |
Action |
Args |
| 2012-07-15 04:17:33 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, georg.brandl, eric.araujo, Arfrever |
| 2012-07-15 04:17:33 | ncoghlan | set | messageid: <1342325853.67.0.610987698538.issue15314@psf.upfronthosting.co.za> |
| 2012-07-15 04:17:33 | ncoghlan | link | issue15314 messages |
| 2012-07-15 04:17:33 | ncoghlan | create | |
|