[issue19216] stat cache for import bootstrap

STINNER Victor report at bugs.python.org
Tue May 14 23:13:54 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

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.

----------
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19216>
_______________________________________


More information about the Python-bugs-list mailing list