mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
socket.AddressFamily: Fix AF_LINK (#8103)
Slipped through the net in #8099
This commit is contained in:
@@ -424,7 +424,7 @@ class AddressFamily(IntEnum):
|
||||
AF_VSOCK: int
|
||||
if sys.version_info >= (3, 8):
|
||||
AF_QIPCRTR: int
|
||||
AF_LINK: AddressFamily # availability: BSD, macOS
|
||||
AF_LINK: int # availability: BSD, macOS
|
||||
if sys.platform != "darwin":
|
||||
AF_BLUETOOTH: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user