Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

Hi, I can't reproduce the issue but the fact that you did not close the file is 
suspicious. What does 

with open('test_output','w') as f:
    length = 195364
    for i in range(length):
        f.write(str(i)+'\r\n')

gives?

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to