summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-07-25 22:45:19 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-07-25 22:45:19 (GMT)
commit09f2e6f902b02708225c7bef7f031869ad85b094 (patch)
tree86cdc3796c373a2bb298f9bcb0e6f73f34cfc189 /Misc/NEWS
parent707bd4e38516f7bb11434dd8590cc5bd0d4810f6 (diff)
downloadcpython-09f2e6f902b02708225c7bef7f031869ad85b094.zip
cpython-09f2e6f902b02708225c7bef7f031869ad85b094.tar.gz
cpython-09f2e6f902b02708225c7bef7f031869ad85b094.tar.bz2
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode.
Patch by Chris Jerdonek.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e190a4..9bbec4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -378,6 +378,9 @@ Extension Modules
Tests
-----
+- Issue #15320: Make iterating the list of tests thread-safe when running
+ tests in multiprocess mode. Patch by Chris Jerdonek.
+
- Issue #15230: Adopted a more systematic approach in the runpy tests
- Issue #15300: Ensure the temporary test working directories are in the same