Skip to content

Fix stdlib stubtest for latest Python patch releases #13812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@brianschubert
Copy link
Contributor Author

Ah, apparently _socket.SO_BINDTODEVICE has come up before: #13464 (comment)

socket.SO_BINDTODEVICE seems like it was available on Python 3.13/Darwin between December 5th (see #13196) and February 4th inclusive... no idea why. It's not available for me locally either (and not documented as being available on Darwin, I don't think?), so I've removed it from the stub again.

I guess it's back again? Though perhaps not reliably so. Maybe it should be removed and an allowlist entry be added instead?

@hauntsaninja hauntsaninja merged commit c7b8fe9 into python:main Apr 10, 2025
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Daily tests failed on Thu Apr 10 2025
2 participants