]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35674: Add os.posix_spawnp() (GH-11554)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Wed, 16 Jan 2019 13:29:26 +0000 (16:29 +0300)
committerVictor Stinner <vstinner@redhat.com>
Wed, 16 Jan 2019 13:29:26 +0000 (14:29 +0100)
commit92b8322e7ea04b239cb1cb87b78d952f13ddfebb
treeafcf4294d4949a59dc2d3383e11b5c2b91970597
parent9daecf37a571e98aaf43a387bcc9e41a7132f477
bpo-35674: Add os.posix_spawnp() (GH-11554)

Add a new os.posix_spawnp() function.
Doc/library/os.rst
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2019-01-14-14-13-08.bpo-35674.kamWqz.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
aclocal.m4
configure
configure.ac
pyconfig.h.in