diff options
| author | Christian Heimes <christian@python.org> | 2020-11-13 19:48:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 19:48:52 +0100 |
| commit | cd9fed6afba6f3ad2e7ef723501c739551a95fa8 (patch) | |
| tree | cf6114ff87b83e0a3fabdbbf59d06eb10e55b6db /Doc/whatsnew | |
| parent | bbeb2d266d6fc1ca9778726d0397d9d6f7a946e3 (diff) | |
| download | cpython-git-cd9fed6afba6f3ad2e7ef723501c739551a95fa8.tar.gz | |
bpo-41001: Add os.eventfd() (#20930)
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
| -rw-r--r-- | Doc/whatsnew/3.10.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 4d77200558..c1ce5f3cdc 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -229,6 +229,10 @@ os Added :func:`os.cpu_count()` support for VxWorks RTOS. (Contributed by Peixing Xin in :issue:`41440`.) +Added a new function :func:`os.eventfd` and related helpers to wrap the +``eventfd2`` syscall on Linux. +(Contributed by Christian Heimes in :issue:`41001`.) + py_compile ---------- |
