]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 17 Jun 2022 07:14:26 +0000 (08:14 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 07:14:26 +0000 (00:14 -0700)
commite37a158725dec561f234b81864363d55f05c7b4e
tree085cbe4c637ea536bfc9385f699b2560ca8f6ed3
parent38af903506e9b18c6350c1dadcb489f057713f36
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364)

Closes #83658.
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]