[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread Tillmann Karras
Change by Tillmann Karras : -- nosy: -Tilka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread Ned Deily
Ned Deily added the comment: Thanks, Matt, for the documentation PR. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.5, Python 3.6 ___ Python tracker

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread Ned Deily
Ned Deily added the comment: New changeset 00278d4e616315e64557bff014574c079e6e96ff by Miss Islington (bot) in branch '3.7': bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836) https://github.com/python/cpython/commit/00278d4e616315e64557bff014574c079e6e96ff -- no

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread miss-islington
miss-islington added the comment: New changeset d21d29ab5b8741da056ac09c49c759b6ccbf264a by Miss Islington (bot) in branch '3.8': [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835) https://github.com/python/cpython/commit/d21d29ab5b8741da056ac09c49c759b6ccbf264a --

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread miss-islington
miss-islington added the comment: New changeset 14619924c36435e356135988c244cbc28652c82b by Miss Islington (bot) in branch '3.9': bpo-17140: Document multiprocessing's ThreadPool (GH-23812) https://github.com/python/cpython/commit/14619924c36435e356135988c244cbc28652c82b -- ___

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +22695 pull_request: https://github.com/python/cpython/pull/23836 ___ Python tracker ___ __

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +22693 pull_request: https://github.com/python/cpython/pull/23834 ___ Python tracker

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +22694 pull_request: https://github.com/python/cpython/pull/23835 ___ Python tracker ___ __

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 84ebcf271a2cc8bfd1762acb279502b8b6ef236e by Matt Wozniski in branch 'master': bpo-17140: Document multiprocessing's ThreadPool (GH-23812) https://github.com/python/cpython/commit/84ebcf271a2cc8bfd1762acb279502b8b6ef236e -- nosy:

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-16 Thread Matt Wozniski
Change by Matt Wozniski : -- keywords: +patch nosy: +godlygeek nosy_count: 7.0 -> 8.0 pull_requests: +22673 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23812 ___ Python tracker

[issue17140] Document multiprocessing.pool.ThreadPool

2017-07-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python versions: +Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker ___

[issue17140] Document multiprocessing.pool.ThreadPool

2015-02-28 Thread Davin Potts
Changes by Davin Potts : -- nosy: +davin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue17140] Document multiprocessing.pool.ThreadPool

2014-08-18 Thread Nick Coghlan
Nick Coghlan added the comment: After a question from Brandon Rhodes, I noticed that ThreadPool is actually listed in multiprocess.pool.__all__. So rather than doing anything more dramatic, we should just document the existing multiprocessing feature. As Richard says, the concurrent.futures E