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: <[email protected]> |
| 2016-03-17 00:52:54 | eric.snow | link | issue26569 messages |
| 2016-03-17 00:52:54 | eric.snow | create | |
|