]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Fri, 1 Feb 2019 10:05:22 +0000 (13:05 +0300)
committerVictor Stinner <vstinner@redhat.com>
Fri, 1 Feb 2019 10:05:22 +0000 (11:05 +0100)
commit80c5dfe74b4402d0a220c9227f262ec6fde1d7fc
tree60a2c1af7b30b9b36b4e7a20f7ffe644c6d9a7fb
parent05f1b93f5876ac970485ae008dd9ab3e8404f934
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608)
Doc/library/os.rst
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2019-01-18-13-44-13.bpo-35537.R1lbTl.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c