Add os.splice and flags on Linux for Python 3.10+ (#10771)

This commit is contained in:
Amin Alaee
2023-09-25 17:20:37 +02:00
committed by GitHub
parent a0b2583bb1
commit 9e79a100b3
5 changed files with 15 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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