mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 21:12:25 +08:00
Make os.setresuid and os.setresgid positional-only (#10791)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
_?curses.color_pair
|
||||
(os|posix).setresgid
|
||||
(os|posix).setresuid
|
||||
(os|posix).sendfile
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
_?curses.color_pair
|
||||
mmap.MAP_STACK
|
||||
(os|posix).setresgid
|
||||
(os|posix).setresuid
|
||||
(os|posix).sendfile
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
|
||||
@@ -2,8 +2,6 @@ _?curses.color_pair
|
||||
_posixsubprocess.fork_exec
|
||||
(os|posix).sendfile
|
||||
(os|posix).setns
|
||||
(os|posix).setresgid
|
||||
(os|posix).setresuid
|
||||
mmap.MAP_STACK
|
||||
resource.prlimit
|
||||
signal.sigtimedwait
|
||||
|
||||
Reference in New Issue
Block a user