Message 320738 - Python tracker

Message320738

Author vstinner
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2018-06-29.20:30:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+3bQGGLwjOONeB=7AwGHA1=dhYYHDb8UWtJWSf3U0ZfQ_sG3A@mail.gmail.com>
In-reply-to <1530301442.61.0.56676864532.issue33977@psf.upfronthosting.co.za>
Content
While the issue is rare, I am sure that there is a race condition. The bug
maybe happens when other tests run in parallel.

The test should work in its own temporary directory to no be bothered by
other tests.
History
Date User Action Args
2018-06-29 20:30:28vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2018-06-29 20:30:28vstinnerlinkissue33977 messages
2018-06-29 20:30:28vstinnercreate