[issue25596] regular files handled as directories in the glob module

Xavier de Gaye report at bugs.python.org
Sun Jan 10 16:09:31 EST 2016


Xavier de Gaye added the comment:

Actually the microbenchmarks comparison between glob_scandir_2.patch and glob_scandir_3.patch must be made by removing the call to entry.is_symlink() also in glob_scandir_2.patch.
In that case the microbenchmarks give about the same results for each patch.
Sorry for the noise.

----------

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


More information about the Python-bugs-list mailing list