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 scott.dial
Recipients belopolsky, gpolo, josm, loewis, scott.dial
Date 2008-12-22.14:42:39
SpamBayes Score 0.00079320575
Marked as misclassified No
Message-id <1229956961.42.0.0518786304416.issue1706039@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the original patch is overreaching. I believe the changes to
fileobject.c should've been much simpler, just as the title describes
(adding clearerr() just before performing reads on the FILE handles).

I've attached a much simpler patch that I believe corrects the issue,
but I don't have an OS X platform to try it on.
History
Date User Action Args
2008-12-22 14:42:41scott.dialsetrecipients: + scott.dial, loewis, belopolsky, josm, gpolo
2008-12-22 14:42:41scott.dialsetmessageid: <1229956961.42.0.0518786304416.issue1706039@psf.upfronthosting.co.za>
2008-12-22 14:42:40scott.diallinkissue1706039 messages
2008-12-22 14:42:40scott.dialcreate