Message261878
Also, beside namespace packages, custom loaders may run into a similar problem with get_filename() and probably other code in there. It looks like the pyclbr module assumes that modules will be either builtin or loaded through SourceFileLoader. For example, you get a similar failure for frozen modules:
./python Lib/pyclbr.py _frozen_importlib |
|
Date |
User |
Action |
Args |
2016-03-17 00:52:54 | eric.snow | set | recipients:
+ eric.snow, brett.cannon, ncoghlan, vstinner |
2016-03-17 00:52:54 | eric.snow | set | messageid: <1458175974.71.0.15369265346.issue26569@psf.upfronthosting.co.za> |
2016-03-17 00:52:54 | eric.snow | link | issue26569 messages |
2016-03-17 00:52:54 | eric.snow | create | |
|