STINNER Victor <victor.stin...@gmail.com> added the comment: > Victor: why do you think this is a duplicate of #11395? That issue deals with > long output strings, which doesn't seem to be the case here.
IOError('[Errno 28] No space left on device') was exactly the #11395 error message. Without the full test script, i cannot be sure that it's a duplicate. "C:\Users\__test.py, line 96": it looks like the program has ~100 lines and so may write something else to the console. There are buffers in TextIOWrapper, BufferedWriter and the Windows console itself. By the way, Python maps the Windows error ERROR_DISK_FULL (112) to ENOSPC (28). It's maybe something completly different. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14170> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com