bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384)
* 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.
V
Victor Stinner committed
faca8553425c231d867dcabf6a69a9dd21118b6c
Parent: 1dc1acb
Committed by T. Wouters <thomas@python.org>
on 9/25/2019, 1:52:49 PM