Rémi Lapeyre <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue40476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com