[docs] [issue26111] On Windows, os.scandir will keep a handle on the directory until the iterator is exhausted

Remy Roy report at bugs.python.org
Thu Jan 14 18:13:07 EST 2016


Remy Roy added the comment:

>From my point of view, Issue 25994 is about the potential file descriptor/handle leaks and this issue is about being unable to perform some filesystem calls because of a hidden unclosed file descriptor/handle.

I am not going to protest if you want to treat them as the same issue.

----------

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


More information about the docs mailing list