]> granicus.if.org Git - python/commit
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:31:00 +0000 (13:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:31:00 +0000 (13:31 +0200)
commit7c90a82a01aed150eb589b1c7035352e11cf8429
tree8dced7ebb03c3022b2705eefb38f905442e4e534
parentffe96ae10be8a3117fa18c35034fcfc45c3cf7b7
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Different solution from 3.5.
Lib/os.py
Misc/NEWS