diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2016-03-15 09:52:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2016-03-15 09:52:51 (GMT) |
commit | 58f2bd86fb0625912240f582f21678571e57bdde (patch) | |
tree | e4d345c13402842291353ea4f44324d6164d888e /Misc | |
parent | bfef0be42068adee3706dddd0dbae3c7aa6fce55 (diff) | |
parent | 62b6a0d70c6e9238e1f3e833ed404716d9f16a44 (diff) | |
download | cpython-58f2bd86fb0625912240f582f21678571e57bdde.zip cpython-58f2bd86fb0625912240f582f21678571e57bdde.tar.gz cpython-58f2bd86fb0625912240f582f21678571e57bdde.tar.bz2 |
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |