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 sbt
Recipients sbt
Date 2013-06-09.22:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370817106.33.0.219931679645.issue18175@psf.upfronthosting.co.za>
In-reply-to
Content
If os.listdir() is used with an fd, but fdopendir() fails (e.g. if the the fd is a normal file) then a duplicated fd is leaked.

This explains the leaks in test_shutil mentioned in #18174.
History
Date User Action Args
2013-06-09 22:31:46sbtsetrecipients: + sbt
2013-06-09 22:31:46sbtsetmessageid: <1370817106.33.0.219931679645.issue18175@psf.upfronthosting.co.za>
2013-06-09 22:31:46sbtlinkissue18175 messages
2013-06-09 22:31:46sbtcreate