Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support for python 3.10 match statement #10191
Support for python 3.10 match statement #10191
Changes from 29 commits
3847124
f9e9277
6c4109f
289d014
1973a88
cc92db4
057716c
6bfb098
a74b0e6
fc3c1d2
db04186
eeca25b
cc76f59
36a45b3
7facb0d
1bc8a4b
d26d81c
3effadc
3aab780
3a71c32
b7468d9
943f2ff
b41fa30
037a140
fb9ae47
99c1bbf
0e47d6f
77b997b
5228bc7
bba61fa
39478fd
a865882
c35d921
1aae2c1
1364a67
32a7b71
25fe496
86a6ce9
9445c10
74c7040
c964027
f6b1752
d2b7d1e
5c47852
0ac21d0
7db936b
5f98cdd
423b04c
f2e12f8
a5eb480
9d5d600
a68ea59
43fd6e5
d7baadf
8a3ba8e
90aa1a7
de723e1
3fb2cf2
ab7a2e3
45e2abe
44ca265
21f7b59
bfb578d
909fc55
c0a43e8
f768993
7b60596
6cf9f58
268e181
dbcd886
bd7e777
f51c83f
4d87ca1
9f9efcc
68bd2ba
ff5123c
13b675b
e437323
68a09ee
a5baf60
4add6b7
eabeb89
53d40f8
52dc066
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with
__slots__
,__all__
and__deletable__
, we shouldn't require this to be final. You can just drop this check.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned elsewhere, we prefer not to generate "bare notes". Can you make this report an error instead?