mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Fix stdlib stubtest for latest Python patch releases (#13812)
This commit is contained in:
+1
-1
@@ -514,7 +514,7 @@ if sys.platform != "win32":
|
||||
"IPV6_RTHDRDSTOPTS",
|
||||
]
|
||||
|
||||
if sys.platform != "darwin":
|
||||
if sys.platform != "darwin" or sys.version_info >= (3, 13):
|
||||
from _socket import SO_BINDTODEVICE as SO_BINDTODEVICE
|
||||
|
||||
__all__ += ["SO_BINDTODEVICE"]
|
||||
|
||||
Reference in New Issue
Block a user