From: Victor Stinner Date: Tue, 17 May 2011 22:20:18 +0000 (+0200) Subject: (Merge 3.2) Issue #12096: Fix a race condition in X-Git-Tag: v3.3.0a1~2254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f3b1c4979fc03624b2f54ef8b156dd652b85c5c;p=python (Merge 3.2) Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch written by Charles-François Natali. --- 5f3b1c4979fc03624b2f54ef8b156dd652b85c5c diff --cc Misc/NEWS index b6900091fb,eae29528ab..ae98b9b29f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -679,13 -429,6 +679,16 @@@ Extension Module 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. + +- Issue #5723: Improve json tests to be executed with and without accelerations. + +- Issue #12041: Make test_wait3 more robust. + - Issue #11873: Change regex in test_compileall to fix occasional failures when when the randomly generated temporary path happened to match the regex.