]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More actionable error message when spawn is incorrectly used. (#102203)
authorYuxin Wu <ppwwyyxxc@gmail.com>
Wed, 16 Aug 2023 01:03:45 +0000 (18:03 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 01:03:45 +0000 (18:03 -0700)
commita794ebeb028f7ef287c780d3890f816db9c21c51
tree0029c147c0d1e16646c740a380ef67722dc1af0d
parentbb456a08a3db851e6feaefc3328f39096919ec8d
More actionable error message when spawn is incorrectly used. (#102203)

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