• Victor Stinner's avatar
    bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384) · faca8553
    Victor Stinner authored
    * subprocess.Popen now longer uses posix_spawn() if uid, gid or gids are set.
    * test_subprocess: add "nobody" and "nfsnobody" group names for test_group().
    * test_subprocess: test_user() and test_group() are now also tested with close_fds=False.
    faca8553
test_subprocess.py 148 KB