-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-96357: Improve typing.get_overloads
coverage
#96358
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
Retriggering |
Thanks @sobolevn for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
(cherry picked from commit 675e347) Co-authored-by: Nikita Sobolev <[email protected]>
Sorry, @sobolevn and @JelleZijlstra, I could not cleanly backport this to |
GH-96371 is a backport of this pull request to the 3.11 branch. |
duh, it's not in 3.10 :) |
Thank you! |
…96371) gh-96357: Improve `typing.get_overloads` coverage (GH-96358) (cherry picked from commit 675e347) Co-authored-by: Nikita Sobolev <[email protected]>
Right now it is fully covered:

typing.get_overloads
#96357