]> granicus.if.org Git - python/commit
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Mar 2017 06:12:31 +0000 (09:12 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 06:12:31 +0000 (09:12 +0300)
commitea720fe7e99d68924deab38de955fe97f87e2b29
treea5996c9c8577f8824876575c8dcbf912d86226bc
parent0a58f72762353768c7d26412e627ff196aac6c4e
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().
Doc/library/os.rst
Doc/whatsnew/3.7.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c