Message216043
Here's a patch that checks for modules that don't have __spec__ set.
The patch will fix the problem. However note that the docs and docstring imply (to me) that we should turn any ImportError coming out of the find_loader() call into returning None. Fixing that will also fix this bug, so this patch may be unnecessary. |
|
Date |
User |
Action |
Args |
2014-04-14 01:16:55 | eric.snow | set | recipients:
+ eric.snow, brett.cannon, ncoghlan, larry |
2014-04-14 01:16:55 | eric.snow | set | messageid: <1397438215.8.0.865725315826.issue21200@psf.upfronthosting.co.za> |
2014-04-14 01:16:55 | eric.snow | link | issue21200 messages |
2014-04-14 01:16:54 | eric.snow | create | |
|