[Python-Dev] Releasing 2.5.4
"Martin v. Löwis"
martin at v.loewis.de
Tue Dec 23 10:37:57 CET 2008
> My understanding of the problem is that clearerr() needs to be called
> before any FILE read operations on *some* platforms. The only platform I
> saw mentioned was OS X. Towards that end, I have attached a much simpler
> patch onto the tracker issue, which maybe somebody can verify solves the
> problem because I do not have access to a platform which fails the test
> that was originally given.
Thanks. I won't then reject the patch outright, only revert it from 2.5.
I can't give this a second try, as 2.5.3 was already supposed to be the
last release - I don't want to find myself reverting your patch two
weeks from now.
Is the approach that you add a clearerr call is added for each read
operation?
Regards,
Martin
More information about the Python-Dev
mailing list