-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-33064: lib2to3: Add more tests #6101
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
Conversation
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.
This all is in TestFunctionAnnotations, so it is worth to add annotations.
And since a different grammar rule is used for a parameter list in lambdas, we need to duplicate all these tests with lambdas but without annotations in a separate class.
Serhiy, I added all your requested changes. |
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.
Thanks!
Thanks @ambv for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
@ambv: Please replace |
(cherry picked from commit 74f5687) Co-authored-by: Łukasz Langa <[email protected]>
GH-6108 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 74f5687) Co-authored-by: Łukasz Langa <[email protected]>
GH-6109 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit 74f5687) Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit 74f5687) Co-authored-by: Łukasz Langa <[email protected]>
Title says all.
https://bugs.python.org/issue33064