-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
[3.10] bpo-46685: cover TypeError of ForwardRef(1) in test_typing (GH-31223)
#31229
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
[3.10] bpo-46685: cover TypeError of ForwardRef(1) in test_typing (GH-31223)
#31229
Conversation
…honGH-31223) (cherry picked from commit d2d1d49) Co-authored-by: Nikita Sobolev <[email protected]>
|
@brettcannon and @zware: Status check is done, and it's a success ✅ . |
3 similar comments
|
@brettcannon and @zware: Status check is done, and it's a success ✅ . |
|
@brettcannon and @zware: Status check is done, and it's a success ✅ . |
|
@brettcannon and @zware: Status check is done, and it's a success ✅ . |
corona10
left a comment
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.
@sobolevn Do we need to backport this PR?
|
From my experience, other core-devs do backport similar PRs. This line exists on both 3.9 and 3.10:
Thanks for your review and merge! 👍 |
corona10
left a comment
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.
@sobolevn
In my experience, most backported test PRs are caused by the same regression.
(cherry picked from commit d2d1d49)
Co-authored-by: Nikita Sobolev [email protected]
https://bugs.python.org/issue46685