Skip to content

Commit

Permalink
Add new socket module constants from python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Aug 2, 2019
1 parent 5c81257 commit 74f8bce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion trio/socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@
RCVALL_OFF, RCVALL_ON, RCVALL_SOCKETLEVELONLY, SIO_KEEPALIVE_VALS,
SIO_LOOPBACK_FAST_PATH, SIO_RCVALL, SO_EXCLUSIVEADDRUSE, HCI_FILTER,
BTPROTO_SCO, BTPROTO_HCI, HCI_TIME_STAMP, SOL_RDS, BTPROTO_L2CAP,
BTPROTO_RFCOMM, HCI_DATA_DIR, SOL_HCI
BTPROTO_RFCOMM, HCI_DATA_DIR, SOL_HCI, CAN_BCM_RX_ANNOUNCE_RESUME,
CAN_BCM_RX_CHECK_DLC, CAN_BCM_RX_FILTER_ID, CAN_BCM_RX_NO_AUTOTIMER,
CAN_BCM_RX_RTR_FRAME, CAN_BCM_SETTIMER, CAN_BCM_STARTTIMER,
CAN_BCM_TX_ANNOUNCE, CAN_BCM_TX_COUNTEVT, CAN_BCM_TX_CP_CAN_ID,
CAN_BCM_TX_RESET_MULTI_IDX
)
except ImportError:
pass
Expand Down

0 comments on commit 74f8bce

Please sign in to comment.