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 brett.cannon
Recipients brett.cannon
Date 2014-04-23.15:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398265311.8.0.131352279084.issue21335@psf.upfronthosting.co.za>
In-reply-to
Content
When importlib.__init__ tries to mask the fact that _frozen_importlib is frozen it should also reset __loader__ to be an instance of SourceFileLoader. This will allow tracebacks to include source lines thanks to SourceFileLoader.get_source().
History
Date User Action Args
2014-04-23 15:01:51brett.cannonsetrecipients: + brett.cannon
2014-04-23 15:01:51brett.cannonsetmessageid: <1398265311.8.0.131352279084.issue21335@psf.upfronthosting.co.za>
2014-04-23 15:01:51brett.cannonlinkissue21335 messages
2014-04-23 15:01:51brett.cannoncreate