Fix platform availability of some Unix constants (#10857)

This commit is contained in:
Alex Waygood
2023-10-08 00:05:20 +02:00
committed by GitHub
parent 8acf1944f3
commit e4edcf23e0
6 changed files with 22 additions and 20 deletions

View File

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

View File

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