This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients benhoyt, docs@python, eryksun, martin.panter, paul.moore, remyroy, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-01-14.22:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452810129.47.0.352333548735.issue26111@psf.upfronthosting.co.za>
In-reply-to
Content
Can you explain how it is different? The way I see it, both problems are about the scandir() iterator holding an open reference (file descriptor or handle) to a directory/folder, when the iterator was not exhausted, but the caller no longer needs it.
History
Date User Action Args
2016-01-14 22:22:09martin.pantersetrecipients: + martin.panter, paul.moore, tim.golden, benhoyt, docs@python, zach.ware, serhiy.storchaka, eryksun, steve.dower, remyroy
2016-01-14 22:22:09martin.pantersetmessageid: <1452810129.47.0.352333548735.issue26111@psf.upfronthosting.co.za>
2016-01-14 22:22:09martin.panterlinkissue26111 messages
2016-01-14 22:22:09martin.pantercreate