diff options
author | Victor Stinner <vstinner@python.org> | 2024-05-23 22:27:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 22:27:04 (GMT) |
commit | c750061047ee520d8299334df4b112fd983d7e48 (patch) | |
tree | 0d7f12d3e8d9f9a78c121d7f3ad347b0f0d8b788 /Python/pythonrun.c | |
parent | d98d6b1776996484e05ec6b755a6770977a5000a (diff) | |
download | cpython-c750061047ee520d8299334df4b112fd983d7e48.zip cpython-c750061047ee520d8299334df4b112fd983d7e48.tar.gz cpython-c750061047ee520d8299334df4b112fd983d7e48.tar.bz2 |
[3.13] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465) (#119479)
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Fix ThreadedVSOCKSocketStreamTest: if get_cid() returns the host
address or the "any" address, use the local communication address
(loopback): VMADDR_CID_LOCAL.
On Linux 6.9, apparently, the /dev/vsock device is now available but
get_cid() returns VMADDR_CID_ANY (-1).
(cherry picked from commit e94dbe4ed83460f18bd72563c5f09f6cdc71f604)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions