mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
dcf96d0ed6
Fix an issue where passing invalid arguments to `os.posix_spawn[p]` functions
raised a SystemError instead of a TypeError, and allow to explicitly use `None`
for `scheduler` and `setpgroup` as specified in the docs.
(cherry picked from commit 347fc438cf)