New submission from Stefan Tatschner <ste...@rumpelsepp.org>:
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. Previously there was an out of tree kernel module available and a subset of these constants are already available in CPyton. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/can/isotp.h [2]: https://github.com/hartkopp/can-isotp ---------- components: Library (Lib) messages: 383126 nosy: rumpelsepp priority: normal pull_requests: 22652 severity: normal status: open title: Expose ISO-TP Contants for Linux >= 5.10 type: enhancement versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42653> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com