]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108277: Add os.timerfd_create() function (#108382)
authorMasaru Tsuchiyama <m.tmatma@gmail.com>
Sat, 7 Oct 2023 17:33:22 +0000 (02:33 +0900)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2023 17:33:22 +0000 (19:33 +0200)
commitde2a4036cbfd5e41a5bdd2b81122b7765729af83
tree44b739676b2707fddf3404882ae4b0e870cf0ce0
parent64f158e7b09e67d0bf5c8603ff88c86ed4e8f8fd
gh-108277: Add os.timerfd_create() function (#108382)

Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to os module.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
17 files changed:
Doc/howto/index.rst
Doc/howto/timerfd.rst [new file with mode: 0644]
Doc/library/os.rst
Doc/whatsnew/3.13.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_time.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2023-08-23-22-08-32.gh-issue-108277.KLV-6T.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
Python/pytime.c
configure
configure.ac
pyconfig.h.in