summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2016-03-15 10:52:51 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2016-03-15 10:52:51 +0100
commit58f2bd86fb0625912240f582f21678571e57bdde (patch)
treee4d345c13402842291353ea4f44324d6164d888e /Misc
parentbfef0be42068adee3706dddd0dbae3c7aa6fce55 (diff)
parent62b6a0d70c6e9238e1f3e833ed404716d9f16a44 (diff)
downloadcpython-git-58f2bd86fb0625912240f582f21678571e57bdde.tar.gz
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24dd75cadd..45769bab38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -803,6 +803,9 @@ Documentation
Tests
-----
+- Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool)
+ was untested.
+
- Issue #26015: Added new tests for pickling iterators of mutable sequences.
- Issue #26325: Added test.support.check_no_resource_warning() to check that