[issue23605] Use the new os.scandir() function in os.walk()

Ben Hoyt report at bugs.python.org
Thu Mar 12 03:27:48 CET 2015


Ben Hoyt added the comment:

@Scott Dial: just a response about this benchmark: note that this benchmark isn't really valid, as it says "Using slower ctypes version of scandir", which is the slow all-Python version. You want it to be saying "Using Python 3.5's builtin os.scandir()".

----------

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


More information about the Python-bugs-list mailing list