Add os.eventfd, os.eventfd_read and os.eventfd_write to Linux for Python 3.10+ (#10768)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Amin Alaee
2023-09-25 15:10:56 +02:00
committed by GitHub
parent cec86eb22e
commit e69545844b
5 changed files with 21 additions and 19 deletions

View File

@@ -1,16 +1,10 @@
_?curses.color_pair
(os|posix).EFD_CLOEXEC
(os|posix).EFD_NONBLOCK
(os|posix).EFD_SEMAPHORE
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).setresgid
(os|posix).setresuid
(os|posix).sendfile
(os|posix).eventfd
(os|posix).eventfd_read
(os|posix).eventfd_write
(os|posix).splice
signal.sigtimedwait
signal.sigwaitinfo

View File

@@ -1,17 +1,11 @@
_?curses.color_pair
mmap.MAP_STACK
(os|posix).EFD_CLOEXEC
(os|posix).EFD_NONBLOCK
(os|posix).EFD_SEMAPHORE
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).setresgid
(os|posix).setresuid
(os|posix).sendfile
(os|posix).eventfd
(os|posix).eventfd_read
(os|posix).eventfd_write
(os|posix).splice
signal.sigtimedwait
signal.sigwaitinfo

View File

@@ -1,11 +1,5 @@
_?curses.color_pair
_posixsubprocess.fork_exec
(os|posix).EFD_CLOEXEC
(os|posix).EFD_NONBLOCK
(os|posix).EFD_SEMAPHORE
(os|posix).eventfd
(os|posix).eventfd_read
(os|posix).eventfd_write
(os|posix).sendfile
(os|posix).setns
(os|posix).setresgid
@@ -14,7 +8,6 @@ _posixsubprocess.fork_exec
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).unshare
fcntl.FICLONE
fcntl.FICLONERANGE
mmap.MAP_STACK