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 AF_QIPCRTR in socket module #75606

Closed
andersson mannequin opened this issue Sep 11, 2017 · 3 comments
Closed

Expose AF_QIPCRTR in socket module #75606

andersson mannequin opened this issue Sep 11, 2017 · 3 comments
Assignees
Labels
3.8 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@andersson
Copy link
Mannequin

andersson mannequin commented Sep 11, 2017

BPO 31425
Nosy @taleinat, @tiran, @andersson
PRs
  • bpo-31425: Expose AF_QIPCRTR in socket module #3706
  • bpo-31425: fix versionadded in docs and add attribution in NEWS #9595
  • 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 = 'https://github.com/tiran'
    closed_at = <Date 2018-09-26.13:49:00.162>
    created_at = <Date 2017-09-11.22:22:29.736>
    labels = ['extension-modules', 'type-feature', '3.8']
    title = 'Expose AF_QIPCRTR in socket module'
    updated_at = <Date 2018-09-26.21:20:42.850>
    user = 'https://github.com/andersson'

    bugs.python.org fields:

    activity = <Date 2018-09-26.21:20:42.850>
    actor = 'taleinat'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2018-09-26.13:49:00.162>
    closer = 'taleinat'
    components = ['Extension Modules']
    creation = <Date 2017-09-11.22:22:29.736>
    creator = 'Bjorn Andersson'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31425
    keywords = ['patch']
    message_count = 3.0
    messages = ['301917', '326465', '326511']
    nosy_count = 3.0
    nosy_names = ['taleinat', 'christian.heimes', 'Bjorn Andersson']
    pr_nums = ['3706', '9595']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31425'
    versions = ['Python 3.8']

    @andersson
    Copy link
    Mannequin Author

    andersson mannequin commented Sep 11, 2017

    The address family AF_QIPCRTR represents a socket based communication mechanism, available since Linux v4.7, for communicating with services running on co-processors in Qualcomm based platforms; e.g. the modem services.

    Expose this address family in the socket module to allow python access to this interface.

    @andersson andersson mannequin added 3.7 (EOL) end of life extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Sep 11, 2017
    @tiran tiran self-assigned this Nov 7, 2017
    @taleinat
    Copy link
    Contributor

    New changeset bb81651 by Tal Einat (Bjorn Andersson) in branch 'master':
    bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
    bb81651

    @taleinat taleinat added 3.8 only security fixes and removed 3.7 (EOL) end of life labels Sep 26, 2018
    @taleinat
    Copy link
    Contributor

    New changeset f55c64c by Tal Einat in branch 'master':
    bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
    f55c64c

    @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.8 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants