This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients brett.cannon, eric.snow, ncoghlan, vstinner
Date 2016-03-17.00:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458175974.71.0.15369265346.issue26569@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-03-17 00:52:54eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, vstinner
2016-03-17 00:52:54eric.snowsetmessageid: <1458175974.71.0.15369265346.issue26569@psf.upfronthosting.co.za>
2016-03-17 00:52:54eric.snowlinkissue26569 messages
2016-03-17 00:52:54eric.snowcreate