-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
gh-90190: Add doc for using singledispatch
with precise collection type hints
#116544
gh-90190: Add doc for using singledispatch
with precise collection type hints
#116544
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.
Overall, I think that this looks good. I had a couple of small comments/nits.
@savannahostrowski thank you for the review. I believe I resolved all comments. @AlexWaygood Would you be able to look at this when you get a chance? You originally told me to add you when I mentioned a desire to do this in the linked issue. |
Sorry, this dropped off my radar; will try to take a look soon! |
@AlexWaygood I was going through PRs and noticed that this may have slipped through the cracks. Thoughts? |
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 for the PR, and thanks @savannahostrowski for the ping! Sorry for the delay here, this is great
comments were addressed
singledispatch
with precise collection type hints
Thanks @Delengowski for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…ction type hints (pythonGH-116544) (cherry picked from commit 2357d5b) Co-authored-by: Matt Delengowski <[email protected]>
GH-124710 is a backport of this pull request to the 3.13 branch. |
…ction type hints (pythonGH-116544) (cherry picked from commit 2357d5b) Co-authored-by: Matt Delengowski <[email protected]>
GH-124711 is a backport of this pull request to the 3.12 branch. |
…ection type hints (GH-116544) (#124711) Co-authored-by: Matt Delengowski <[email protected]>
@AlexWaygood
📚 Documentation preview 📚: https://cpython-previews--116544.org.readthedocs.build/