Add missing fcntl constants. (#12409)

This commit is contained in:
Max Muoto
2024-07-25 05:23:28 -04:00
committed by GitHub
parent f370767c3f
commit 5cd89123e2
4 changed files with 26 additions and 9 deletions

View File

@@ -13,3 +13,8 @@ webbrowser.MacOSX.__init__
spwd
msilib(.[a-z]+)?
ossaudiodev
# Not present on all MacOS versions
fcntl.F_OFD_GETLK
fcntl.F_OFD_SETLK
fcntl.F_OFD_SETLKW

View File

@@ -18,3 +18,8 @@ curses.window.get_wch
spwd
msilib(.[a-z]+)?
ossaudiodev
# Not present on all MacOS versions
fcntl.F_OFD_GETLK
fcntl.F_OFD_SETLK
fcntl.F_OFD_SETLKW

View File

@@ -1,10 +1,4 @@
# new in py313
fcntl.F_GETNOSIGPIPE
fcntl.F_OFD_GETLK
fcntl.F_OFD_SETLK
fcntl.F_OFD_SETLKW
fcntl.F_RDAHEAD
fcntl.F_SETNOSIGPIPE
posixpath.splitroot
# Exists locally on MacOS but not on GitHub