mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user