Skip to content

[3.9] bpo-17140: Document multiprocessing's ThreadPool (GH-23812)#23834

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-84ebcf2-3.9
Dec 18, 2020
Merged

[3.9] bpo-17140: Document multiprocessing's ThreadPool (GH-23812)#23834
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-84ebcf2-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented Dec 18, 2020

Copy link
Copy Markdown
Contributor

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 84ebcf2)

Co-authored-by: Matt Wozniski mwozniski@bloomberg.net

https://bugs.python.org/issue17140

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 84ebcf2)

Co-authored-by: Matt Wozniski <mwozniski@bloomberg.net>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@godlygeek and @pablogsal: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@godlygeek and @pablogsal: Status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@godlygeek and @pablogsal: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 1461992 into python:3.9 Dec 18, 2020
@miss-islington
miss-islington deleted the backport-84ebcf2-3.9 branch December 18, 2020 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants