This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients benhoyt, gvanrossum, larry, python-dev, serhiy.storchaka, vstinner
Date 2016-02-11.11:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160211113216.19989.72418@psf.io>
In-reply-to
Content
New changeset e951d76f1945 by Serhiy Storchaka in branch '3.5':
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
https://hg.python.org/cpython/rev/e951d76f1945

New changeset 6197a09a56b1 by Serhiy Storchaka in branch 'default':
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
https://hg.python.org/cpython/rev/6197a09a56b1
History
Date User Action Args
2016-02-11 11:32:19python-devsetrecipients: + python-dev, gvanrossum, vstinner, larry, benhoyt, serhiy.storchaka
2016-02-11 11:32:19python-devlinkissue25995 messages
2016-02-11 11:32:19python-devcreate