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

Support for ISO-TP protocol in SocketCAN #75170

Closed
pylessard mannequin opened this issue Jul 22, 2017 · 4 comments
Closed

Support for ISO-TP protocol in SocketCAN #75170

pylessard mannequin opened this issue Jul 22, 2017 · 4 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@pylessard
Copy link
Mannequin

pylessard mannequin commented Jul 22, 2017

BPO 30987
Nosy @terryjreedy, @tiran, @berkerpeksag, @pylessard
PRs
  • bpo-30987 - Support for ISO-TP protocol in SocketCAN #2956
  • 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 = <Date 2017-11-24.10:03:27.357>
    created_at = <Date 2017-07-22.04:13:11.705>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Support for ISO-TP protocol in SocketCAN'
    updated_at = <Date 2017-11-24.10:03:27.356>
    user = 'https://github.com/pylessard'

    bugs.python.org fields:

    activity = <Date 2017-11-24.10:03:27.356>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-11-24.10:03:27.357>
    closer = 'berker.peksag'
    components = ['Library (Lib)']
    creation = <Date 2017-07-22.04:13:11.705>
    creator = 'Pier-Yves Lessard'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30987
    keywords = []
    message_count = 4.0
    messages = ['298832', '300861', '300943', '305174']
    nosy_count = 4.0
    nosy_names = ['terry.reedy', 'christian.heimes', 'berker.peksag', 'Pier-Yves Lessard']
    pr_nums = ['2956']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30987'
    versions = ['Python 3.7']

    @pylessard
    Copy link
    Mannequin Author

    pylessard mannequin commented Jul 22, 2017

    PF_CAN socket using ISO-TP protocol cannot be used as getsockaddrarg only supports CAN_RAW and CAN_BCM for AF_CAN addresses.

    @pylessard pylessard mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jul 22, 2017
    @terryjreedy
    Copy link
    Member

    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.

    @tiran
    Copy link
    Member

    tiran commented Aug 28, 2017

    New changeset a30f6d4 by Christian Heimes (Pier-Yves Lessard) in branch 'master':
    bpo-30987 - Support for ISO-TP protocol in SocketCAN (bpo-2956)
    a30f6d4

    @berkerpeksag
    Copy link
    Member

    PR 2956 has been merged. Christian, can this issue be closed now?

    @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.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants