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.

Author Bjorn Andersson
Recipients Bjorn Andersson
Date 2017-09-11.22:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505168549.75.0.537554946733.issue31425@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-11 22:22:29Bjorn Anderssonsetrecipients: + Bjorn Andersson
2017-09-11 22:22:29Bjorn Anderssonsetmessageid: <1505168549.75.0.537554946733.issue31425@psf.upfronthosting.co.za>
2017-09-11 22:22:29Bjorn Anderssonlinkissue31425 messages
2017-09-11 22:22:29Bjorn Anderssoncreate