[issue26032] Use scandir() to speed up pathlib globbing

Ethan Furman report at bugs.python.org
Wed Jan 6 18:00:01 EST 2016


Ethan Furman added the comment:

As I recall, if the platform's DirEntry doesn't provide the cacheable attributes when first called, those attributes will be looked up (and cached) on first access.

----------
nosy: +ethan.furman

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


More information about the Python-bugs-list mailing list