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 quentel
Recipients quentel, serhiy.storchaka, v+python, vstinner
Date 2017-07-29.14:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+gUBLT2f1sz4QXS9yMSSySCAz6UcqoReOs7-m8ohE0QWze3GQ@mail.gmail.com>
In-reply-to <1501258787.82.0.643432361437.issue29654@psf.upfronthosting.co.za>
Content
Thanks for telling me. I must have run the test hundreds of times now, on a
Windows 7 PC, and this bug never occured.

Just for my information, why do you add temp.flush() in the "with" block ?
I thought the context manager took care of this.

2017-07-28 18:19 GMT+02:00 STINNER Victor <report@bugs.python.org>:

>
> STINNER Victor added the comment:
>
> FYI there was a race condition, impacting Windows. I just fixed it:
> bpo-31066, commit 28ce07ae9e34c70eea6b52515c7e00001cefd41e.
>
> ----------
> nosy: +haypo
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29654>
> _______________________________________
>
History
Date User Action Args
2017-07-29 14:43:29quentelsetrecipients: + quentel, vstinner, v+python, serhiy.storchaka
2017-07-29 14:43:29quentellinkissue29654 messages
2017-07-29 14:43:29quentelcreate