[Python-checkins] [python/cpython] ea720f: bpo-25996: Added support of file descriptors in os...

GitHub noreply at github.com
Thu Mar 30 02:12:32 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: ea720fe7e99d68924deab38de955fe97f87e2b29
      https://github.com/python/cpython/commit/ea720fe7e99d68924deab38de955fe97f87e2b29
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M Doc/library/os.rst
    M Doc/whatsnew/3.7.rst
    M Lib/os.py
    M Lib/test/test_os.py
    M Misc/NEWS
    M Modules/clinic/posixmodule.c.h
    M Modules/posixmodule.c

  Log Message:
  -----------
  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().




More information about the Python-checkins mailing list