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:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427143619.93.0.955042242555.issue23752@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-23 20:46:59vstinnersetrecipients: + vstinner
2015-03-23 20:46:59vstinnersetmessageid: <1427143619.93.0.955042242555.issue23752@psf.upfronthosting.co.za>
2015-03-23 20:46:59vstinnerlinkissue23752 messages
2015-03-23 20:46:59vstinnercreate