]> granicus.if.org Git - python/commit
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Sep 2018 11:48:18 +0000 (14:48 +0300)
committerGitHub <noreply@github.com>
Sat, 8 Sep 2018 11:48:18 +0000 (14:48 +0300)
commitd700f97b627989d41cd4629dc02969f9a6b56d2f
tree19a6aaabc32c32e409d6827bf69116f8b245d72b
parentfa221d804f1bc07d992f820069bad24f176ed66d
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)

* Make its default value an empty tuple instead of None.
* Make it a keyword-only parameter.
Doc/library/os.rst
Lib/test/test_posix.py
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c