diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2025-04-14 08:58:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-14 08:58:56 +0300 |
commit | 1fc1df8dcc7a853b0649bc8df37cd07cbd2b6230 (patch) | |
tree | f27097b0e4d6f0c08d268f0cc85cb0a1b792f358 /Python/dynload_hpux.c | |
parent | ccad61e35d240972d14f993507566706fbf419f1 (diff) | |
download | cpython-1fc1df8dcc7a853b0649bc8df37cd07cbd2b6230.tar.gz cpython-1fc1df8dcc7a853b0649bc8df37cd07cbd2b6230.zip |
gh-132099: Harmonize Bluetooth address handling (GH-132486)
Now all protocols always accept the Bluetooth address as string and
getsockname() always returns the Bluetooth address as string.
* BTPROTO_SCO now accepts not only bytes, but str.
* BTPROTO_SCO now checks address for embedded null.
* On *BSD, BTPROTO_HCI now accepts str instead of bytes.
* On FreeBSD, getsockname() for BTPROTO_HCI now returns str instead of bytes.
* On NetBSD and DragonFly BDS, BTPROTO_HCI now checks address for embedded null.
Diffstat (limited to 'Python/dynload_hpux.c')
0 files changed, 0 insertions, 0 deletions