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 (#14220)
This commit is contained in:
@@ -773,6 +773,10 @@ if sys.platform == "linux":
|
||||
if sys.version_info < (3, 11):
|
||||
from _socket import CAN_RAW_ERR_FILTER as CAN_RAW_ERR_FILTER
|
||||
|
||||
__all__ += ["CAN_RAW_ERR_FILTER"]
|
||||
if sys.version_info >= (3, 13):
|
||||
from _socket import CAN_RAW_ERR_FILTER as CAN_RAW_ERR_FILTER
|
||||
|
||||
__all__ += ["CAN_RAW_ERR_FILTER"]
|
||||
|
||||
if sys.platform == "linux":
|
||||
|
||||
Reference in New Issue
Block a user