]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)
authorDong-hee Na <donghee.na@python.org>
Tue, 15 Aug 2023 13:58:12 +0000 (22:58 +0900)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 13:58:12 +0000 (15:58 +0200)
commit6515ec3d3d5acd3d0b99c88794bdec09f0831e5b
tree8fb756fdfeafbbc5cbbb388ff17dd86a6adcf3f4
parentd66bc9e8a7a8d6774d912a4b9d151885c4d8de1d
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)

gh-107963: Fix set_forkserver_preload to check the type of given list
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]