]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Dec 2020 13:27:02 +0000 (05:27 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 13:27:02 +0000 (05:27 -0800)
commit14619924c36435e356135988c244cbc28652c82b
tree729c1a846db33fc2a771e7b5775632d1341c78f7
parentb812e236df506603e592086269e088b00d021460
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)

Up until now, the `multiprocessing.pool.ThreadPool` class has gone
undocumented, despite being a public class in multiprocessing that is
included in `multiprocessing.pool.__all__`.
(cherry picked from commit 84ebcf271a2cc8bfd1762acb279502b8b6ef236e)

Co-authored-by: Matt Wozniski <mwozniski@bloomberg.net>
Doc/library/multiprocessing.rst
Misc/NEWS.d/next/Documentation/2020-12-16-21-06-16.bpo-17140.1leSEg.rst [new file with mode: 0644]