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 abacabadabacaba
Recipients abacabadabacaba
Date 2013-05-03.19:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367608586.39.0.0815102318744.issue17899@psf.upfronthosting.co.za>
In-reply-to
Content
When called with a file descriptor as an argument, os.listdir() duplicates it to pass to fdopendir(3). If this call fails, the new file descriptor is not closed, which leads to file descriptor leak.
History
Date User Action Args
2013-05-03 19:16:26abacabadabacabasetrecipients: + abacabadabacaba
2013-05-03 19:16:26abacabadabacabasetmessageid: <1367608586.39.0.0815102318744.issue17899@psf.upfronthosting.co.za>
2013-05-03 19:16:26abacabadabacabalinkissue17899 messages
2013-05-03 19:16:26abacabadabacabacreate