[issue39907] `pathlib.Path.iterdir()` wastes memory by using `os.listdir()` rather than `os.scandir()`

Barney Gale report at bugs.python.org
Mon Mar 9 15:21:58 EDT 2020


Barney Gale <barney.gale at gmail.com> added the comment:

Thanks Rémi and Serhiy! Closing this ticket as the patch doesn't provide any sort of improvement.

----------

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


More information about the Python-bugs-list mailing list