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 Arfrever, barry, brett.cannon, christian.heimes, eric.snow, pitrou, r.david.murray, vstinner
Date 2013-10-19.21:12:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382217146.47.0.845762782495.issue19216@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be feasible to have an explicit (but private?) flag in importlib indicating stat checking (or even all FS checking) should be disabled, defaulting to True?  runpy could set it to False after initializing importlib and then back to True when startup is done.

If that was useful for more than just startup, we could also add a contextmanager for it in importlib.util.
History
Date User Action Args
2013-10-19 21:12:26eric.snowsetrecipients: + eric.snow, barry, brett.cannon, pitrou, vstinner, christian.heimes, Arfrever, r.david.murray
2013-10-19 21:12:26eric.snowsetmessageid: <1382217146.47.0.845762782495.issue19216@psf.upfronthosting.co.za>
2013-10-19 21:12:26eric.snowlinkissue19216 messages
2013-10-19 21:12:26eric.snowcreate