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 barry, brett.cannon, christian.heimes, pitrou, r.david.murray, vstinner
Date 2013-10-10.20:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381437250.96.0.476562246014.issue19216@psf.upfronthosting.co.za>
In-reply-to
Content
importlib/_bootstrap.py is importlib, period, so there is no separation of what is used to start Python and what is used after interpreter startup is completed.

As for adding a 'stat' argument to the loaders, it's possible but as always it comes down to whether it will break someone or not. Since loaders do not necessarily execute immediately you are running the risk of a very stale cached stat object. Plus Eric Snow has his PEP where the API in terms of loader __init__ signature so you would want to look into that.
History
Date User Action Args
2013-10-10 20:34:11brett.cannonsetrecipients: + brett.cannon, barry, pitrou, vstinner, christian.heimes, r.david.murray
2013-10-10 20:34:10brett.cannonsetmessageid: <1381437250.96.0.476562246014.issue19216@psf.upfronthosting.co.za>
2013-10-10 20:34:10brett.cannonlinkissue19216 messages
2013-10-10 20:34:10brett.cannoncreate