]> granicus.if.org Git - python/commit
Issue #26117: The os.scandir() iterator now closes file descriptor not only
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Feb 2016 15:57:22 +0000 (17:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Feb 2016 15:57:22 +0000 (17:57 +0200)
commitfd625c39d0ffaf048acbbe3a5dade16bef483e1c
treeefc2bb60eaf7f7b6432a7d3204f9115c4b741c0e
parentd2962f145a4ad73ac5dad8ff9b3b26905d44d682
parent988b9bcd881c21286d0bce64009c8b5afa50da8e
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