[issue5544] test_fileio fails on windows MSVC Assertion

Antoine Pitrou report at bugs.python.org
Tue Mar 24 15:02:51 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Basically, all FileIO methods should be protected (I'm not even sure why
you are asking! we can't let the interpreter crash rather than raise an
exception).
Someone has to write additional tests for those though, for now only
close() is tested.

----------

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


More information about the Python-bugs-list mailing list