[issue37935] Improve performance of pathlib.scandir()

Gregory P. Smith report at bugs.python.org
Tue Sep 10 11:41:09 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

Shai, please open the 'Your Details' link in the bugs.python.org sidebar and make sure you have your github username filled in.  it needs to say ShaiAvr for our CLA automation to understand.

Avoiding calling list() on the output of scandir() is always desirable. :)

----------
assignee:  -> gregory.p.smith
nosy: +gregory.p.smith
versions: +Python 3.8

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


More information about the Python-bugs-list mailing list