]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jun 2022 22:32:15 +0000 (15:32 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 22:32:15 +0000 (23:32 +0100)
commit2d33d217aaf68fd8dc5d3eebc048baf82924c18a
tree249ba6459ce11fb58df56de9c3e658dbc098b7ae
parent5e30ba157705fa2ac25ecb4aef3c8073598999dd
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924)

Closes GH-83658.
(cherry picked from commit e37a158725dec561f234b81864363d55f05c7b4e)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/multiprocessing/pool.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2022-05-30-21-42-50.gh-issue-83658.01Ntx0.rst [new file with mode: 0644]