commit | 5cbff51745bf8e79d75cc0ee4597c5142aa0c5fd | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun Apr 21 10:13:43 2013 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sun Apr 21 10:13:43 2013 -0400 |
tree | 884b46d77cc1978414a2ed90c4fbd490bbb8442d | |
parent | 69f051c33c50e26e6f37447da0df3b7ebdd2436d [diff] [blame] |
#17065: Use process-unique key for winreg test. Patch by Jeremy Kloth.
diff --git a/Misc/NEWS b/Misc/NEWS index 9c651d3..89456d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,12 @@ - Issue #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. +Tests +----- + +- Issue #17065: Use process-unique key for winreg tests to avoid failures if + test is run multiple times in parallel (eg: on a buildbot host). + IDLE ----