Skip to content

socket: consistency between constants and enums #8099

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
merged 5 commits into from
Jun 19, 2022

Conversation

hauntsaninja
Copy link
Collaborator

@hauntsaninja hauntsaninja commented Jun 19, 2022

This matches what happens at runtime, from Enum._convert_
Helps with #8098. Fixes #5696.

hauntsaninja added 2 commits June 19, 2022 00:01
This matches what happens at runtime, from Enum._convert_
Helps with python#8098
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

hauntsaninja pushed a commit to hauntsaninja/typeshed that referenced this pull request Jun 19, 2022
@github-actions
Copy link
Contributor

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

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't double-checked them all, but all looks good, and I trust you/stubtest!

@AlexWaygood AlexWaygood merged commit b7f8d84 into python:master Jun 19, 2022
hauntsaninja added a commit that referenced this pull request Jun 19, 2022
AlexWaygood added a commit that referenced this pull request Jun 19, 2022
Slipped through the net in #8099
@hauntsaninja hauntsaninja deleted the sock branch June 19, 2022 08:04
AlexWaygood added a commit that referenced this pull request Jun 19, 2022
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.

AF_BLUETOOTH mssing on win32, but available at runtime
2 participants