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 vstinner
Date 2015-03-23.20:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427144061.06.0.350439466605.issue23752@psf.upfronthosting.co.za>
In-reply-to
Content
The previous change related to fstat() is the changeset 3b5279b5bfd1 from the issue #21679. The changeset introduces the private _blksize attribute. The strange thing is that the changelog is:
"Issue #21679: Prevent extraneous fstat() calls during open().  Patch by Bohuslav Kabrda."

fstat() was called twice and it is still called twice. Maybe I missed something.
History
Date User Action Args
2015-03-23 20:54:21vstinnersetrecipients: + vstinner
2015-03-23 20:54:21vstinnersetmessageid: <1427144061.06.0.350439466605.issue23752@psf.upfronthosting.co.za>
2015-03-23 20:54:21vstinnerlinkissue23752 messages
2015-03-23 20:54:20vstinnercreate