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 Yi Ding, ned.deily, rbcollins, ronaldoussoren, vstinner
Date 2015-08-18.23:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439941608.97.0.415754381478.issue24891@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 is not affected, PyFile_FromFile() doesn't check if the file descriptor is valid. On Python 3, we call fstat() to check the block size of the file descriptor to optimize buffering.
History
Date User Action Args
2015-08-18 23:46:49vstinnersetrecipients: + vstinner, ronaldoussoren, rbcollins, ned.deily, Yi Ding
2015-08-18 23:46:48vstinnersetmessageid: <1439941608.97.0.415754381478.issue24891@psf.upfronthosting.co.za>
2015-08-18 23:46:48vstinnerlinkissue24891 messages
2015-08-18 23:46:48vstinnercreate