test_threading.test_waitfor(). Patch written by Charles-François Natali.
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.