mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Fix syslog 3.13 issues (#12380)
This commit is contained in:
@@ -38,11 +38,13 @@ if sys.platform != "win32":
|
||||
|
||||
if sys.version_info >= (3, 13):
|
||||
LOG_FTP: Final = 88
|
||||
LOG_INSTALL: Final = 112
|
||||
LOG_LAUNCHD: Final = 192
|
||||
LOG_NETINFO: Final = 96
|
||||
LOG_RAS: Final = 120
|
||||
LOG_REMOTEAUTH: Final = 104
|
||||
|
||||
if sys.platform == "darwin":
|
||||
LOG_INSTALL: Final = 112
|
||||
LOG_LAUNCHD: Final = 192
|
||||
LOG_NETINFO: Final = 96
|
||||
LOG_RAS: Final = 120
|
||||
LOG_REMOTEAUTH: Final = 104
|
||||
|
||||
def LOG_MASK(pri: int, /) -> int: ...
|
||||
def LOG_UPTO(pri: int, /) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user