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 jkloth
Recipients jkloth
Date 2013-01-28.17:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359393546.73.0.336232098313.issue17065@psf.upfronthosting.co.za>
In-reply-to
Content
test_winreg fails sporadically on the AMD64 Windows buildbot.  Looking at the test, it appears that concurrent runs of the test would fail if different processes attempted to modify the test key at the same time.

The attached patch resolves this by using a per-process unique test key name using the process ID.
History
Date User Action Args
2013-01-28 17:19:06jklothsetrecipients: + jkloth
2013-01-28 17:19:06jklothsetmessageid: <1359393546.73.0.336232098313.issue17065@psf.upfronthosting.co.za>
2013-01-28 17:19:06jklothlinkissue17065 messages
2013-01-28 17:19:06jklothcreate