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 vstinner
Recipients pitrou, vstinner
Date 2013-08-21.23:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377127454.68.0.0959739237761.issue18804@psf.upfronthosting.co.za>
In-reply-to
Content
> Why should it?

fstat() does not need to create a new file descriptor. Creating a new file descriptor can fail (ex: limit of the number of open files).
History
Date User Action Args
2013-08-21 23:24:14vstinnersetrecipients: + vstinner, pitrou
2013-08-21 23:24:14vstinnersetmessageid: <1377127454.68.0.0959739237761.issue18804@psf.upfronthosting.co.za>
2013-08-21 23:24:14vstinnerlinkissue18804 messages
2013-08-21 23:24:14vstinnercreate