]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107963: Fix set_forkserver_preload to check the type of given list (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Aug 2023 14:56:53 +0000 (07:56 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 14:56:53 +0000 (16:56 +0200)
commitf0a583b6fbc9a4b2f9358c8426110a5c1f7948a3
treed96e7c92cf792f362ceaa4a9a620ad1d71187a8d
parentd189480942348aab345500ac9204965f67f30210
[3.12] gh-107963: Fix set_forkserver_preload to check the type of given list (GH-107965) (#107975)

gh-107963: Fix set_forkserver_preload to check the type of given list (GH-107965)
(cherry picked from commit 6515ec3d3d5acd3d0b99c88794bdec09f0831e5b)

gh-107963: Fix set_forkserver_preload to check the type of given list

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Lib/multiprocessing/forkserver.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2023-08-15-18-20-00.gh-issue-107963.20g5BG.rst [new file with mode: 0644]