◐ Shell
clean mode source ↗

bpo-41001: Add os.eventfd() by tiran · Pull Request #20930 · python/cpython

giampaolo

aeros

aeros

pitrou

giampaolo

pablogsal

pablogsal

The ``eventfd_read`` and ``eventfd_write`` functions are convenient
wrappers that perform proper read/write and conversion from/to uint64_t.

Signed-off-by: Christian Heimes <christian@python.org>
Signed-off-by: Christian Heimes <christian@python.org>
- initval is a uint32_t
- improve documentation
- add whatsnew

Signed-off-by: Christian Heimes <christian@python.org>
Signed-off-by: Christian Heimes <christian@python.org>
Co-authored-by: Kyle Stanley <aeros167@gmail.com>

@tiran tiran deleted the bpo-41001-eventfd branch

November 13, 2020 18:48

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

Mar 13, 2021
Co-authored-by: Kyle Stanley <aeros167@gmail.com>