gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (#143699)
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.
B
Bénédikt Tran committed
347fc438cf903c1d7fa5063464ae2e93c11b2232
Parent: 20b1535
Committed by GitHub <noreply@github.com>
on 2/21/2026, 11:20:42 AM