commit | 09f2e6f902b02708225c7bef7f031869ad85b094 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jul 26 00:45:19 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jul 26 00:45:19 2012 +0200 |
tree | 86cdc3796c373a2bb298f9bcb0e6f73f34cfc189 | |
parent | 707bd4e38516f7bb11434dd8590cc5bd0d4810f6 [diff] |
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. Patch by Chris Jerdonek.