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, serhiy.storchaka
Date 2016-05-22.20:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463949947.19.0.00365609762991.issue27086@psf.upfronthosting.co.za>
In-reply-to
Content
Not a problem, just two unnecessary syscalls. Also, I think that many of those who pass a file descriptor to os.listdir don't need it afterwards, because after you fstat() a file descriptor (to discover that it points to a directory) and read the directory contents, there are few things you can use it for.
History
Date User Action Args
2016-05-22 20:45:47abacabadabacabasetrecipients: + abacabadabacaba, serhiy.storchaka
2016-05-22 20:45:47abacabadabacabasetmessageid: <1463949947.19.0.00365609762991.issue27086@psf.upfronthosting.co.za>
2016-05-22 20:45:47abacabadabacabalinkissue27086 messages
2016-05-22 20:45:47abacabadabacabacreate