]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Dec 2020 18:38:49 +0000 (10:38 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 18:38:49 +0000 (13:38 -0500)
commit00278d4e616315e64557bff014574c079e6e96ff
tree088f384957ccd5189ad72235d469198a604d5394
parent47f075d96b9c205c6731f8599206172c3e209242
bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836)

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]