[issue33695] Have shutil.copytree(), copy() and copystat() use cached scandir() stat()s

Yury Selivanov report at bugs.python.org
Thu Aug 2 14:02:38 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

> Depending on the configuration, stat() in a network filesystem can be between very slow and slow.

+1.  I also quickly glanced over the patch and I think it looks like a clear win.

----------

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


More information about the Python-bugs-list mailing list