[issue25995] os.walk() consumes a lot of file descriptors

Serhiy Storchaka report at bugs.python.org
Thu Feb 11 06:43:04 EST 2016


Serhiy Storchaka added the comment:

walk_consume_fds_opt1.patch is applied in 3.5 (it is more reliable with the absence of close()) and walk_consume_fds_opt2.patch is applied in 3.6.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25995>
_______________________________________


More information about the Python-bugs-list mailing list