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, gregory.p.smith, pitrou, twouters
Date 2015-03-21.13:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426946128.1.0.594059697689.issue23723@psf.upfronthosting.co.za>
In-reply-to
Content
What Greg said. =) Basically it would allow those who know what they are doing to cut out a stat call per load. I suspect anyone deploying to a server is in a similar situation where they are not actively editing the code once deployed, and so saving on the startup of a new process (probably most beneficial in a CI situation).

I might also simply refactor the importlib loader code to make this at least possible for someone to implement without doing the work for them.
History
Date User Action Args
2015-03-21 13:55:28brett.cannonsetrecipients: + brett.cannon, twouters, gregory.p.smith, pitrou
2015-03-21 13:55:28brett.cannonsetmessageid: <1426946128.1.0.594059697689.issue23723@psf.upfronthosting.co.za>
2015-03-21 13:55:28brett.cannonlinkissue23723 messages
2015-03-21 13:55:27brett.cannoncreate