remove broad allowlist entry (#13139)

This commit is contained in:
Stephen Morton
2024-11-27 12:44:04 -08:00
committed by GitHub
parent 90e6bd9aca
commit 696e631330

View File

@@ -70,8 +70,10 @@ if sys.platform != "win32":
LOCK_RW: int
LOCK_WRITE: int
# These are highly problematic, they might be present or not, depends on the specific OS.
if sys.platform == "linux":
# Constants for the POSIX STREAMS interface. Present in glibc until 2.29 (released February 2019).
# Never implemented on BSD, and considered "obsolescent" starting in POSIX 2008.
# Probably still used on Solaris.
I_ATMARK: int
I_CANPUT: int
I_CKBAND: int