[issue1706039] Added clearerr() to clear EOF state

Martin v. Löwis report at bugs.python.org
Mon Dec 22 00:35:22 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Unfortunately, the patch is broken. The program

fname='test123'
f=open(fname,'w')
f.read()

crashes with the patch applied.

I think I will revert the patch in 2.5.3, release 2.5.4, and reject the
patch.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1706039>
_______________________________________


More information about the Python-bugs-list mailing list