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.

作者 vstinner
收信人 vstinner
日期 2015-03-23.20:54:20
SpamBayes Score -1.0
Marked as misclassified
Message-id <1427144061.06.0.350439466605.issue23752@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2015-03-23 20:54:21vstinner修改recipients: + vstinner
2015-03-23 20:54:21vstinner修改messageid: <1427144061.06.0.350439466605.issue23752@psf.upfronthosting.co.za>
2015-03-23 20:54:21vstinner链接issue23752 messages
2015-03-23 20:54:20vstinner创建