mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_os.py | ||
| test_posix.py | ||
| test_windows.py | ||
| utils.py | ||