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:46:59
SpamBayes Score -1.0
Marked as misclassified
Message-id <1427143619.93.0.955042242555.issue23752@psf.upfronthosting.co.za>
In-reply-to
内容
fileio_drop_dup_fstat.patch: Remove the duplicate call to fstat() in fileio.c. Tests pass, invalid FD are still detected since there is a second call to fstat() which also raises OSError(EBADF) if fstat(fd) fails.
历史
日期 用户 动作 参数
2015-03-23 20:46:59vstinner修改recipients: + vstinner
2015-03-23 20:46:59vstinner修改messageid: <1427143619.93.0.955042242555.issue23752@psf.upfronthosting.co.za>
2015-03-23 20:46:59vstinner链接issue23752 messages
2015-03-23 20:46:59vstinner创建