Skip to content

Commit

Permalink
remove broad allowlist entry (#13139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungol authored Nov 27, 2024
1 parent 90e6bd9 commit 696e631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stdlib/fcntl.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 696e631

Please sign in to comment.