commit | ea720fe7e99d68924deab38de955fe97f87e2b29 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 30 09:12:31 2017 +0300 |
committer | GitHub <noreply@github.com> | Thu Mar 30 09:12:31 2017 +0300 |
tree | a5996c9c8577f8824876575c8dcbf912d86226bc | |
parent | 0a58f72762353768c7d26412e627ff196aac6c4e [diff] |
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().