Issue 30987: Support for ISO-TP protocol in SocketCAN (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75170

classification

Title: Support for ISO-TP protocol in SocketCAN
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Pier-Yves Lessard, berker.peksag, christian.heimes, terry.reedy
Priority: normal Keywords:

Created on 2017-07-22 04:13 by Pier-Yves Lessard, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2956 merged python-dev,2017-07-31 04:31
Messages (4)
msg298832 - (view) Author: Pier-Yves Lessard (Pier-Yves Lessard) * Date: 2017-07-22 04:13
PF_CAN socket using ISO-TP protocol cannot be used as getsockaddrarg only supports CAN_RAW and CAN_BCM for AF_CAN addresses.
msg300861 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-08-26 03:15
There is no specific maintainer for socket modules, so this may or may not get attention anytime soon -- https://docs.python.org/devguide/experts.html. New features are not backported.
msg300943 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2017-08-28 08:32
New changeset a30f6d45ac3e72761b96a8df0527182029eaee24 by Christian Heimes (Pier-Yves Lessard) in branch 'master': bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) https://github.com/python/cpython/commit/a30f6d45ac3e72761b96a8df0527182029eaee24
msg305174 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-10-29 03:52
PR 2956 has been merged. Christian, can this issue be closed now?
History
Date User Action Args
2022-04-11 14:58:49 admin set github: 75170
2017-11-24 10:03:27 berker.peksag set status: open -> closedresolution: fixedstage: commit review -> resolved
2017-10-29 03:52:06 berker.peksag set nosy: + berker.peksagmessages: +
2017-08-28 08:44:17 christian.heimes set stage: patch review -> commit review
2017-08-28 08:32:48 christian.heimes set nosy: + christian.heimesmessages: +
2017-08-26 03:15:59 terry.reedy set nosy: + terry.reedymessages: +
2017-08-26 02:22:28 Mariatta set stage: patch review
2017-07-31 04:31:00 python-dev set pull_requests: + <pull%5Frequest3004>
2017-07-22 04:13:11 Pier-Yves Lessard create