[issue18810] Stop doing stat calls in importlib.machinery.FileFinder to see if something is a file or folder

Brett Cannon report at bugs.python.org
Fri Aug 23 23:58:49 CEST 2013


Brett Cannon added the comment:

I did a quick check and at least stripping out the two stat calls for a directory or module file (left in package __init__.py) didn't make a significant difference.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18810>
_______________________________________


More information about the Python-bugs-list mailing list