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, eric.snow, ncoghlan
Date 2017-09-22.18:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506105743.55.0.558237436666.issue31554@psf.upfronthosting.co.za>
In-reply-to
Content
There a couple of places where __loader__ is directly used (the biggest one probably being importlib.reload()). It would probably be good to warn when module.__loader__ != module.__spec__.loader like we do for __package__ to start transitioning people over to specs for accessing the loader instead of the direct module attribute.
History
Date User Action Args
2017-09-22 18:42:23brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2017-09-22 18:42:23brett.cannonsetmessageid: <1506105743.55.0.558237436666.issue31554@psf.upfronthosting.co.za>
2017-09-22 18:42:23brett.cannonlinkissue31554 messages
2017-09-22 18:42:23brett.cannoncreate