]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] More actionable error message when spawn is incorrectly used. (GH-102203)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 12:22:22 +0000 (05:22 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 12:22:22 +0000 (14:22 +0200)
commitc2fb25a7145cbb6bbe92de28a230e963fe4d696f
treeaa490a902240f5f68af04fe7cb9ddb6c379a10cc
parent5d9f20a06c6ad3f1d7812e098717b1c6f7c673fa
[3.12] More actionable error message when spawn is incorrectly used. (GH-102203) (#107990)

More actionable error message when spawn is incorrectly used. (GH-102203)
(cherry picked from commit a794ebeb028f7ef287c780d3890f816db9c21c51)

Co-authored-by: Yuxin Wu <ppwwyyxxc@gmail.com>
Co-authored-by: Yuxin Wu <ppwwyyxx@users.noreply.github.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Lib/multiprocessing/spawn.py