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 vstinner
Recipients quentel, serhiy.storchaka, v+python, vstinner
Date 2017-07-31.22:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY=ENVwNbZ220LH7o+pxTbXfYn10jtJou23iNvHZ21iDA@mail.gmail.com>
In-reply-to <1501491386.47.0.377106243712.issue29654@psf.upfronthosting.co.za>
Content
I suppose temp.flush() is a remnant of other (unsuccessful) attempt to fix
a race condition.

I didn't try only with .flush(). I prefer to explicitly .flush(), just in
case :-) Using correctly a file system is complex because of all layers of
caching.
History
Date User Action Args
2017-07-31 22:35:58vstinnersetrecipients: + vstinner, v+python, quentel, serhiy.storchaka
2017-07-31 22:35:58vstinnerlinkissue29654 messages
2017-07-31 22:35:58vstinnercreate