[issue36132] Python cannot access hci_channel field in sockaddr_hci

Andrew P. Lentvorski, Jr. report at bugs.python.org
Wed Feb 27 18:50:48 EST 2019


Andrew P. Lentvorski, Jr. <bsder at allcaps.org> added the comment:

It's up to you how you folks want to deal with this, but classifying it as a "bug" for those versions in bugfix is likely acceptable.

You already have to call bind with a tuple, so as long as it is *optional* to add an extra field to that tuple (and I can't imagine that any fix would not do that as it would break existing code), it's not going to break things.

However, since nobody seems to have felt the need to file this, fixing this in 3.8 is probably just fine.

----------

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


More information about the Python-bugs-list mailing list