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 vstinner
Date 2017-07-28.16:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501257616.7.0.0570389636843.issue31066@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the failure if I insert time.sleep(1) after os.fstat().

Attached PR should fix the race condition.
History
Date User Action Args
2017-07-28 16:00:16vstinnersetrecipients: + vstinner
2017-07-28 16:00:16vstinnersetmessageid: <1501257616.7.0.0570389636843.issue31066@psf.upfronthosting.co.za>
2017-07-28 16:00:16vstinnerlinkissue31066 messages
2017-07-28 16:00:16vstinnercreate