Title: Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to `os` module · Issue #108277 · python/cpython · GitHub
Open Graph Title: Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to `os` module · Issue #108277 · python/cpython
X Title: Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to `os` module · Issue #108277 · python/cpython
Description: Feature or enhancement Has this already been discussed elsewhere? This is a minor feature, which does not need previous discussion elsewhere Links to previous discussion of this feature: Proposal: eventfd is implemented at #20930 (#85173...
Open Graph Description: Feature or enhancement Has this already been discussed elsewhere? This is a minor feature, which does not need previous discussion elsewhere Links to previous discussion of this feature: Proposal: ...
X Description: Feature or enhancement Has this already been discussed elsewhere? This is a minor feature, which does not need previous discussion elsewhere Links to previous discussion of this feature: Proposal: ...
Opengraph URL: https://github.com/python/cpython/issues/108277
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to `os` module","articleBody":"# Feature or enhancement\r\n\r\n### Has this already been discussed elsewhere?\r\n\r\nThis is a minor feature, which does not need previous discussion elsewhere\r\n\r\n### Links to previous discussion of this feature:\r\n\r\n\r\n### Proposal:\r\n\r\neventfd is implemented at #20930 (#85173).\r\nBut timerfd is not implemented yet.\r\n\r\ntimerfd_create, timerfd_settime, and timerfd_gettime are Linux syscalls that create and operate on a timer that delivers timer expiration notifications via a file descriptor. \r\n\r\nSee https://man7.org/linux/man-pages/man2/timerfd_create.2.html\r\n\r\nI propse to add those wrapper functions to `os` module.\r\n\r\n\u003c!-- gh-linked-prs --\u003e\r\n### Linked PRs\r\n* gh-108382\r\n* gh-110515\n* gh-110661\n* gh-117223\n* gh-117231\n\u003c!-- /gh-linked-prs --\u003e\r\n","author":{"url":"https://github.com/m-tmatma","@type":"Person","name":"m-tmatma"},"datePublished":"2023-08-22T10:44:04.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/108277/cpython/issues/108277"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:63e6301d-17c0-faac-1d32-d9ad16092e23 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9FDE:3A6082:15EC296:1C6FA47:696B25F9 |
| html-safe-nonce | 17c05c41fa0f99f1ac2d59a772227cd1a3f3850d78ae6471e760bae8c366eed5 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RkRFOjNBNjA4MjoxNUVDMjk2OjFDNkZBNDc6Njk2QjI1RjkiLCJ2aXNpdG9yX2lkIjoiNjc2NjI5OTk1Njg5MDI3MDY2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 88736aecbd7e573437d0956c81eb4e9295741da881de1ae6843f9cd9a78ad47d |
| hovercard-subject-tag | issue:1861190500 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/108277/issue_layout |
| twitter:image | https://opengraph.githubassets.com/060bac921e521acdd2d9aaa7d4eca7824421186d5b1b58c149d273096403e635/python/cpython/issues/108277 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/060bac921e521acdd2d9aaa7d4eca7824421186d5b1b58c149d273096403e635/python/cpython/issues/108277 |
| og:image:alt | Feature or enhancement Has this already been discussed elsewhere? This is a minor feature, which does not need previous discussion elsewhere Links to previous discussion of this feature: Proposal: ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | m-tmatma |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width