]> granicus.if.org Git - python/commit
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 7 Sep 2018 15:44:24 +0000 (16:44 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 15:44:24 +0000 (16:44 +0100)
commit254a4663d8c5970ae2928185c50ebaa6c7e62c80
tree30dfeb3927b8693f2ed5317917824c56033a620a
parent5e922658fb55734bf8b4c6246033ea93af172ff7
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)

Implement the "attributes objects" parameter of `os.posix_spawn` to complete the implementation and fully cover the underlying API.
Doc/library/os.rst
Lib/test/test_posix.py
Misc/NEWS.d/next/Core and Builtins/2018-05-05-23-26-58.bpo-20104.tDBciE.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c