This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients ned.deily, remi.lapeyre, ronaldoussoren, 韩振宇
Date 2020-05-02.12:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588421373.17.0.517872228856.issue40476@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-05-02 12:09:33remi.lapeyresetrecipients: + remi.lapeyre, ronaldoussoren, ned.deily, 韩振宇
2020-05-02 12:09:33remi.lapeyresetmessageid: <1588421373.17.0.517872228856.issue40476@roundup.psfhosted.org>
2020-05-02 12:09:33remi.lapeyrelinkissue40476 messages
2020-05-02 12:09:33remi.lapeyrecreate