[issue5544] test_fileio fails on windows MSVC Assertion

Andreas Schawo report at bugs.python.org
Tue Mar 24 12:43:28 CET 2009


Andreas Schawo <andreas.schawo at gmail.com> added the comment:

r69214 works with os.close(f.fileno());f.close() (Exception with Errno 9)
r69560 does not compile
r70152 test_fileio failed (different reason)
       MSVC Assertion with os.close(f.fileno());f.close()

I was not able to use _fileio.c from r69214 in cause of other dependencies.

----------

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


More information about the Python-bugs-list mailing list