diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-16 19:02:01 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-16 19:02:01 (GMT) |
commit | f25a8de845d20349a265442eb0f3dcd71d0d7ac5 (patch) | |
tree | f71ac0463d5e22c65e64fa4bc9e6543b8df0fe93 /Misc | |
parent | ee4293400cff1d5f9a7a6dd8e9aaa6ba6623e348 (diff) | |
download | cpython-f25a8de845d20349a265442eb0f3dcd71d0d7ac5.zip cpython-f25a8de845d20349a265442eb0f3dcd71d0d7ac5.tar.gz cpython-f25a8de845d20349a265442eb0f3dcd71d0d7ac5.tar.bz2 |
Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -269,6 +269,8 @@ Extensions Tests ----- +- Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. + - Fix possible "file already exists" error when running the tests in parallel. - Issue #11719: Fix message about unexpected test_msilib skip on non-Windows |