[issue25996] Add support of file descriptor in os.scandir()

STINNER Victor report at bugs.python.org
Sat Jan 2 17:42:01 EST 2016


STINNER Victor added the comment:

Supporting file descriptor was also discussed when pathlib.Path was designed, but there was similar questions on the lifetime of the file descriptor. (Who is able to close it? When? Is it ok to close it using os.close? etc.)

----------

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


More information about the Python-bugs-list mailing list