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 mikeryan
Recipients mikeryan
Date 2015-12-26.19:35:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451158541.36.0.577449474291.issue25957@psf.upfronthosting.co.za>
In-reply-to
Content
The AF_BLUETOOTH socket type lacks support for specifying CID and address type in sockaddr_l2. These structure members have been present since 2009 and 2012 respectively:

https://git.kernel.org/cgit/bluetooth/bluez.git/commit/?id=3de95535
https://git.kernel.org/cgit/bluetooth/bluez.git/commit/?id=ba801fcd

The current version of the full structure can be found here:

https://git.kernel.org/cgit/bluetooth/bluez.git/tree/lib/l2cap.h?id=1b9e48f4#n40

The Python code in question can be found here:

https://github.com/python/cpython/blob/4f9794dbcaa6ee7ddc6ab175a57e7f01ebe64353/Modules/socketmodule.c#L1108
History
Date User Action Args
2015-12-26 19:35:41mikeryansetrecipients: + mikeryan
2015-12-26 19:35:41mikeryansetmessageid: <1451158541.36.0.577449474291.issue25957@psf.upfronthosting.co.za>
2015-12-26 19:35:41mikeryanlinkissue25957 messages
2015-12-26 19:35:41mikeryancreate