mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
Add os.splice and flags on Linux for Python 3.10+ (#10771)
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
_?curses.color_pair
|
||||
(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).splice
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
_?curses.color_pair
|
||||
mmap.MAP_STACK
|
||||
(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).splice
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
xxlimited.Xxo.x_exports
|
||||
|
||||
@@ -4,10 +4,6 @@ _posixsubprocess.fork_exec
|
||||
(os|posix).setns
|
||||
(os|posix).setresgid
|
||||
(os|posix).setresuid
|
||||
(os|posix).splice
|
||||
(os|posix).SPLICE_F_MORE
|
||||
(os|posix).SPLICE_F_MOVE
|
||||
(os|posix).SPLICE_F_NONBLOCK
|
||||
fcntl.FICLONE
|
||||
fcntl.FICLONERANGE
|
||||
mmap.MAP_STACK
|
||||
|
||||
Reference in New Issue
Block a user