Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose ISO-TP Contants for Linux >= 5.10 #86819

Open
rumpelsepp mannequin opened this issue Dec 16, 2020 · 1 comment
Open

Expose ISO-TP Contants for Linux >= 5.10 #86819

rumpelsepp mannequin opened this issue Dec 16, 2020 · 1 comment
Labels
3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@rumpelsepp
Copy link
Mannequin

rumpelsepp mannequin commented Dec 16, 2020

BPO 42653
Nosy @rumpelsepp, @menschel
PRs
  • bpo-42653: Add constants for isotp.h which is included in Linux >= 5.10 #23794
  • bpo-42653: Add constants to socket module for IsoTp CAN protocol #26174
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2020-12-16.09:19:11.697>
    labels = ['type-feature', 'library', '3.10']
    title = 'Expose ISO-TP Contants for Linux >= 5.10'
    updated_at = <Date 2021-05-19.17:44:10.698>
    user = 'https://github.com/rumpelsepp'

    bugs.python.org fields:

    activity = <Date 2021-05-19.17:44:10.698>
    actor = 'menschel'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2020-12-16.09:19:11.697>
    creator = 'rumpelsepp'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42653
    keywords = ['patch']
    message_count = 1.0
    messages = ['383126']
    nosy_count = 2.0
    nosy_names = ['rumpelsepp', 'menschel']
    pr_nums = ['23794', '26174']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue42653'
    versions = ['Python 3.10']

    @rumpelsepp
    Copy link
    Mannequin Author

    rumpelsepp mannequin commented Dec 16, 2020

    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.

    @rumpelsepp rumpelsepp mannequin added 3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Dec 16, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants