mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Update os and posix to python 3.12 on darwin (#10779)
This commit is contained in:
@@ -122,6 +122,12 @@ if sys.platform == "linux":
|
||||
GRND_NONBLOCK: int
|
||||
GRND_RANDOM: int
|
||||
|
||||
if sys.platform == "darwin" and sys.version_info >= (3, 12):
|
||||
PRIO_DARWIN_BG: int
|
||||
PRIO_DARWIN_NONUI: int
|
||||
PRIO_DARWIN_PROCESS: int
|
||||
PRIO_DARWIN_THREAD: int
|
||||
|
||||
SEEK_SET: int
|
||||
SEEK_CUR: int
|
||||
SEEK_END: int
|
||||
|
||||
Reference in New Issue
Block a user