mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
select.POLLRDHUP does not exist on macos (#10823)
This commit is contained in:
@@ -15,7 +15,8 @@ if sys.platform != "win32":
|
||||
POLLOUT: int
|
||||
POLLPRI: int
|
||||
POLLRDBAND: int
|
||||
POLLRDHUP: int
|
||||
if sys.platform == "linux":
|
||||
POLLRDHUP: int
|
||||
POLLRDNORM: int
|
||||
POLLWRBAND: int
|
||||
POLLWRNORM: int
|
||||
|
||||
@@ -34,7 +34,6 @@ _ctypes.dlopen
|
||||
_ctypes.dlsym
|
||||
|
||||
posix.NGROUPS_MAX
|
||||
select.POLLRDHUP
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# ==========
|
||||
|
||||
Reference in New Issue
Block a user