commit | 3349bca46d66f993e97407ba756e3f515a863fad | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 18 00:16:14 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 18 00:16:14 2011 +0200 |
tree | cda2f4acd5a813e81453d35a732167197611edfd | |
parent | 5ee0567bb2af1c81da72990c9b2cd199af2e2ace [diff] [blame] |
Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch written by Charles-François Natali.
diff --git a/Misc/NEWS b/Misc/NEWS index c40136c..eae2952 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Tests ----- +- Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch + written by Charles-François Natali. + - Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas Stührk.