]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
authorkarl ding <karlding@users.noreply.github.com>
Wed, 29 Apr 2020 22:31:19 +0000 (15:31 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 22:31:19 +0000 (15:31 -0700)
commit360371f79c48f15bbcee7aeecacf97a899913b25
treecfccbf6ede96666eaafff463e4296c714da16d8b
parentfd33cdbd05d2fbe2443554a9b79155de07b0d056
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)

Add support for CAN_J1939 sockets that wrap SAE J1939 protocol
functionality provided by Linux 5.4+ kernels.
Doc/library/socket.rst
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2020-04-14-22-31-27.bpo-40291._O8hXn.rst [new file with mode: 0644]
Modules/socketmodule.c
Modules/socketmodule.h
configure
configure.ac
pyconfig.h.in