]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41001: Add os.eventfd() (#20930)
authorChristian Heimes <christian@python.org>
Fri, 13 Nov 2020 18:48:52 +0000 (19:48 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 18:48:52 +0000 (19:48 +0100)
commitcd9fed6afba6f3ad2e7ef723501c739551a95fa8
treecf6114ff87b83e0a3fabdbbf59d06eb10e55b6db
parentbbeb2d266d6fc1ca9778726d0397d9d6f7a946e3
bpo-41001: Add os.eventfd() (#20930)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Doc/library/os.rst
Doc/whatsnew/3.10.rst
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2020-06-17-12-24-26.bpo-41001.5mi7b0.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in