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 vstinner
Recipients Arfrever, barry, brett.cannon, christian.heimes, eric.snow, pitrou, r.david.murray, vstinner
Date 2019-05-15.03:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557890034.27.0.614561041818.issue19216@roundup.psfhosted.org>
In-reply-to
Content
The benefit of avoiding stat() calls seems to not be obvious to everybody. Moreover, importlib now implements a "path cache". I close the issue.

The most efficient solution is to pack all your modules and the Python stdlib into a ZIP file: everything is done in memory, no more filesystem access.
History
Date User Action Args
2019-05-15 03:13:54vstinnersetrecipients: + vstinner, barry, brett.cannon, pitrou, christian.heimes, Arfrever, r.david.murray, eric.snow
2019-05-15 03:13:54vstinnersetmessageid: <1557890034.27.0.614561041818.issue19216@roundup.psfhosted.org>
2019-05-15 03:13:54vstinnerlinkissue19216 messages
2019-05-15 03:13:54vstinnercreate