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 pitrou
Recipients Creideiki, pitrou
Date 2017-12-20.11:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513768416.5.0.213398074469.issue32345@psf.upfronthosting.co.za>
In-reply-to
Content
I think the difference here is that Python calls ferror() to tell whether an error occurred on the underlying FILE*.  Can you adapt your C program to check ferror()?
History
Date User Action Args
2017-12-20 11:13:36pitrousetrecipients: + pitrou, Creideiki
2017-12-20 11:13:36pitrousetmessageid: <1513768416.5.0.213398074469.issue32345@psf.upfronthosting.co.za>
2017-12-20 11:13:36pitroulinkissue32345 messages
2017-12-20 11:13:36pitroucreate