]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26117: The os.scandir() iterator now closes file descriptor not only
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Feb 2016 15:56:36 +0000 (17:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Feb 2016 15:56:36 +0000 (17:56 +0200)
commit988b9bcd881c21286d0bce64009c8b5afa50da8e
tree3a32c66a3e117347b002c22247ec166caf64c8ad
parent5f6a0b4eb26695be759cd32e49e83f38b5123ce6
Issue #26117: The os.scandir() iterator now closes file descriptor not only
when the iteration is finished, but when it was failed with error.
Misc/NEWS
Modules/posixmodule.c