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 methane
Recipients James Hennessy, graham.coster, martin.panter, methane, r.david.murray, serhiy.storchaka
Date 2019-11-26.10:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574763425.26.0.349931910544.issue26730@roundup.psfhosted.org>
In-reply-to
Content
Creating files is slow on Windows too.

But I think we should fix the data corruption ASAP.

While Serhiy's patch looks good to me, there is a more quick and safe way to fix the data corruption.  Use TemporaryFile at first if it is text mode.
History
Date User Action Args
2019-11-26 10:17:05methanesetrecipients: + methane, r.david.murray, martin.panter, serhiy.storchaka, James Hennessy, graham.coster
2019-11-26 10:17:05methanesetmessageid: <1574763425.26.0.349931910544.issue26730@roundup.psfhosted.org>
2019-11-26 10:17:05methanelinkissue26730 messages
2019-11-26 10:17:04methanecreate