-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-46416: fix direct invocation of Lib/test/test_typing.py
#30641
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.
LGTM. Let's wait a day or two to see if Zach and others have any additional comments.
I think that it might be a good idea to backport this to 3.9 and 3.10, because this is technically a bug fix, not an improvement 🙂 |
Thanks @sobolevn for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @sobolevn for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @sobolevn and @Fidget-Spinner, I could not cleanly backport this to |
Sorry @sobolevn and @Fidget-Spinner, I had trouble checking out the |
@sobolevn I suspect all your hard work refactoring our tests have made the auto backports fail 😆 . Would you like to send manual backports? |
Yes, it is the same as: #30666 🙂 |
Great! Thank you, I'll check those out whenever you're ready. |
…pythonGH-30641) Use `__name__`. (cherry picked from commit 2792d6d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
pythonGH-30641) Use `__name__` (cherry picked from commit 2792d6d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…pythonGH-30641) Use `__name__`. (cherry picked from commit 2792d6d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Update, this was my first time using But, turns So, only 3.10 it is! Sorry for the noise! |
CC @corona10 as my mentor
https://bugs.python.org/issue46416