mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 17:48:30 +08:00
Fix platform availability of some Unix constants (#10857)
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
_?curses.A_ITALIC
|
||||
|
||||
_posixsubprocess.cloexec_pipe
|
||||
os.SF_MNOWAIT
|
||||
os.SF_NODISKIO
|
||||
os.SF_SYNC
|
||||
(os|posix).sched_param # system dependent. Unclear if macos has it.
|
||||
select.KQ_FILTER_NETDEV # system dependent
|
||||
select.kqueue.__init__ # default C signature is wrong
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
_socket.*
|
||||
_posixsubprocess.cloexec_pipe
|
||||
os.SF_MNOWAIT
|
||||
os.SF_NODISKIO
|
||||
os.SF_SYNC
|
||||
os.plock
|
||||
select.EPOLL_RDHUP
|
||||
selectors.KqueueSelector
|
||||
signal.SIGEMT
|
||||
signal.SIGINFO
|
||||
socket.[A-Z0-9_]+
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
|
||||
Reference in New Issue
Block a user