Ben Hoyt added the comment:

Akira, note the "Using slower ctypes version of scandir" -- this is the older, 
ctypes implementation of scandir. On Linux, depending on file system etc, that 
can often be slower. You need to at least be using the "fast C version" in 
_scandir.c, which is then half C, half Python. But ideally you'd use the all-C 
version that I've provided as a CPython 3.5 patch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to