]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Apr 2020 16:14:10 +0000 (19:14 +0300)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2020 16:14:10 +0000 (19:14 +0300)
commit2b5603140c09766a7d4e8243a70d7144f684f6f9
treea6705b01de36003264d9699b775da4459e5bc5df
parent12446e6a605f066d837d3a595d0a73e4f3b43b65
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)

Convert os.getgrouplist(), os.initgroups(), os.sendfile() and
os.get_terminal_size().
Doc/library/os.rst
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c