]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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 01:43:28 +0000 (18:43 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 01:43:28 +0000 (01:43 +0000)
commit3f7dfb6d392f6278e6aee9233003dcaa45e2e736
tree0a426c67c42702d8145ba1a0335d7c2b0eb5d616
parentccf81e1088c25a9f4464e478dc3b5c03ed7ee63b
[3.11] More actionable error message when spawn is incorrectly used. (GH-102203) (#107991)

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