diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-25 22:45:19 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-07-25 22:45:19 (GMT) |
commit | 09f2e6f902b02708225c7bef7f031869ad85b094 (patch) | |
tree | 86cdc3796c373a2bb298f9bcb0e6f73f34cfc189 /Misc | |
parent | 707bd4e38516f7bb11434dd8590cc5bd0d4810f6 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |