]> granicus.if.org Git - python/commit
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 29 Jan 2018 01:56:10 +0000 (01:56 +0000)
committerGregory P. Smith <greg@krypto.org>
Mon, 29 Jan 2018 01:56:10 +0000 (17:56 -0800)
commit6c6ddf97c402709713d668d0ed53836a7749ba99
treee403bfbc134daea26026db43b207bbdb203019fa
parentf5b04a360e44aa9733f7a92dd66d2292d6c52955
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)

Add os.posix_spawn to wrap the low level POSIX API of the same name.

Contributed by Pablo Galindo.
Lib/test/test_posix.py
Misc/NEWS.d/next/Core and Builtins/2018-01-06-01-14-53.bpo-20104.9DkKb8.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in