]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:53:25 +0000 (07:53 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 14:53:25 +0000 (23:53 +0900)
commitdb4400b5b28dc17c9eac47780402c0b812703358
treec3bc6b2ac6e1b3eb5117ae375c252069ea37866a
parente2420c5cae7a173c5242b3507979010a933e53a7
[3.11] gh-107963: Fix set_forkserver_preload to check the type of given list (GH-107965) (gh-107976)

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]