Issue 31425: Expose AF_QIPCRTR in socket module (original) (raw)
Issue31425
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75606
classification
Title: | Expose AF_QIPCRTR in socket module | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Extension Modules | Versions: | Python 3.8 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | christian.heimes | Nosy List: | Bjorn Andersson, christian.heimes, taleinat |
Priority: | normal | Keywords: | patch |
Created on 2017-09-11 22:22 by Bjorn Andersson, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 3706 | merged | python-dev,2017-09-23 05:49 | |
PR 9595 | merged | taleinat,2018-09-26 21:14 |
Messages (3) | ||
---|---|---|
msg301917 - (view) | Author: Bjorn Andersson (Bjorn Andersson) * | Date: 2017-09-11 22:22 |
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. | ||
msg326465 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-09-26 13:48 |
New changeset bb8165172ac2ef8c7092e8e82928cc7f5f310ab3 by Tal Einat (Bjorn Andersson) in branch 'master': bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) https://github.com/python/cpython/commit/bb8165172ac2ef8c7092e8e82928cc7f5f310ab3 | ||
msg326511 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-09-26 21:20 |
New changeset f55c64c632af438d0daa043acdd95a5e74f31441 by Tal Einat in branch 'master': bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595) https://github.com/python/cpython/commit/f55c64c632af438d0daa043acdd95a5e74f31441 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:52 | admin | set | github: 75606 |
2018-09-26 21:20:42 | taleinat | set | messages: + |
2018-09-26 21:14:33 | taleinat | set | pull_requests: + <pull%5Frequest8993> |
2018-09-26 13:49:00 | taleinat | set | status: open -> closedstage: patch review -> resolvedresolution: fixedversions: + Python 3.8, - Python 3.7 |
2018-09-26 13:48:03 | taleinat | set | nosy: + taleinatmessages: + |
2017-11-07 18:49:59 | christian.heimes | set | assignee: christian.heimesnosy: + christian.heimes |
2017-09-23 05:49:58 | python-dev | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest3691> |
2017-09-11 22:22:29 | Bjorn Andersson | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements