Skip to content
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

stubtest: enable verification of __match_args__ attributes #12465

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

AlexWaygood
Copy link
Member

Description

#12415 (included in release 0.942) unblocked typeshed from adding missing __match_args__ attributes (see python/typeshed#7556). This means stubtest is now unblocked from checking the correctness of __match_args__ attributes in the stub!

Test Plan

N/A

python#12415 (included in release 0.942) unblocked typeshed from adding missing `__match_args__` attributes (see python/typeshed#7556). This means stubtest is now unblocked from checking the correctness of `__match_args__` attributes in the stub!
Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Thanks, looks good :-)

@JelleZijlstra JelleZijlstra merged commit ecef427 into python:master Mar 27, 2022
@AlexWaygood AlexWaygood deleted the patch-1 branch March 27, 2022 14:38
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.

None yet

3 participants