bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
os.fwalk() is sped up by 2 times by using os.scandir().
Showing
Please register or sign in to comment
os.fwalk() is sped up by 2 times by using os.scandir().