mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Stricter platform checks for constants in fcntl (#6807)
This commit is contained in:
@@ -33,7 +33,6 @@ ossaudiodev
|
||||
spwd
|
||||
|
||||
# Platform differences that cannot be captured by the type system
|
||||
fcntl.[A-Z0-9_]+
|
||||
os.SCHED_[A-Z_]+
|
||||
posix.SCHED_[A-Z_]+
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ posix.error.characters_written
|
||||
resource.error.characters_written
|
||||
|
||||
# Platform differences that cannot be captured by the type system
|
||||
fcntl.[A-Z0-9_]+
|
||||
fcntl.I_[A-Z0-9_]+
|
||||
os.SCHED_[A-Z_]+
|
||||
posix.SCHED_[A-Z_]+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user