[issue42653] Expose ISO-TP Contants for Linux >= 5.10

2021-05-19 Thread menschel
Change by menschel : -- keywords: +patch nosy: +menschel nosy_count: 1.0 -> 2.0 pull_requests: +24859 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26174 ___ Python tracker

[issue42653] Expose ISO-TP Contants for Linux >= 5.10

2020-12-16 Thread Stefan Tatschner
New submission from Stefan Tatschner : Linux >= 5.10 gained a new SocketCAN module called ISOTP. This is an implementation of ISO 15765-2 which is mainly used in vehicle CAN networks. Expose the constants from linux/can/isotp.h in the socket module. These constants are not entirely new. Previ