◐ Shell
clean mode source ↗

gh-119461: Skip ThreadedVSOCKSocketStreamTest if cid is VMADDR_CID_ANY by vstinner · Pull Request #119463 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

@vstinner vstinner commented

May 23, 2024

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Member

Skip ThreadedVSOCKSocketStreamTest of test_socket if get_cid() returns VMADDR_CID_ANY (-1).

…CID_ANY

Skip ThreadedVSOCKSocketStreamTest of test_socket if get_cid()
returns VMADDR_CID_ANY (-1).

@vstinner

Copy link Copy Markdown

Member Author

vSock support was added in 2017 by #2489.

@vstinner

Copy link Copy Markdown

Member Author

A better fix: #119465

@vstinner

Copy link Copy Markdown

Member Author

I merged #119465 instead.

@vstinner vstinner closed this

May 23, 2024

@vstinner vstinner deleted the vsock branch

May 23, 2024 21:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

awaiting core review needs backport to 3.12

only security fixes

needs backport to 3.13

bugs and security fixes

tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner