◐ Shell
clean mode source ↗

gh-108277: Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to os module by m-tmatma · Pull Request #108382 · python/cpython

serhiy-storchaka

erlend-aasland

…ttime, and timerfd_gettime to 'os' module.

@m-tmatma

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@m-tmatma

vstinner

vstinner

vstinner

@m-tmatma m-tmatma deleted the feature/os.timerfd_xxx branch

October 7, 2023 20:55

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
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>