[New-bugs-announce] [issue31425] Expose AF_QIPCRTR in socket module

Bjorn Andersson report at bugs.python.org
Mon Sep 11 18:22:29 EDT 2017


New submission from Bjorn Andersson:

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.

----------
components: Extension Modules
messages: 301917
nosy: Bjorn Andersson
priority: normal
severity: normal
status: open
title: Expose AF_QIPCRTR in socket module
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31425>
_______________________________________


More information about the New-bugs-announce mailing list