Skip to content
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

Conversation

Delengowski
Copy link
Contributor

@Delengowski Delengowski commented Mar 9, 2024

Copy link

cpython-cla-bot bot commented Mar 9, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@rhettinger rhettinger removed their request for review March 9, 2024 18:25
Copy link
Member

@savannahostrowski savannahostrowski left a 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.

@Delengowski
Copy link
Contributor Author

@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.

@AlexWaygood
Copy link
Member

Sorry, this dropped off my radar; will try to take a look soon!

@AlexWaygood AlexWaygood added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels May 27, 2024
@savannahostrowski
Copy link
Member

@AlexWaygood I was going through PRs and noticed that this may have slipped through the cracks. Thoughts?

Copy link
Member

@AlexWaygood AlexWaygood left a 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

@AlexWaygood AlexWaygood changed the title gh-90190: Adds doc for singledispatch with GenericAlias annotation gh-90190: Add doc for using singledispatch with precise collection type hints Sep 27, 2024
@AlexWaygood AlexWaygood enabled auto-merge (squash) September 27, 2024 20:51
@AlexWaygood AlexWaygood merged commit 2357d5b into python:main Sep 27, 2024
23 checks passed
@miss-islington-app
Copy link

Thanks @Delengowski for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 27, 2024
…ction type hints (pythonGH-116544)

(cherry picked from commit 2357d5b)

Co-authored-by: Matt Delengowski <matt.delengowski@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Sep 27, 2024

GH-124710 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Sep 27, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 27, 2024
…ction type hints (pythonGH-116544)

(cherry picked from commit 2357d5b)

Co-authored-by: Matt Delengowski <matt.delengowski@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Sep 27, 2024

GH-124711 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Sep 27, 2024
AlexWaygood pushed a commit that referenced this pull request Sep 27, 2024
…ection type hints (GH-116544) (#124711)

Co-authored-by: Matt Delengowski <matt.delengowski@gmail.com>
Yhg1s pushed a commit that referenced this pull request Sep 27, 2024
…ection type hints (GH-116544) (#124710)

gh-90190: Add doc for using `singledispatch` with precise collection type hints (GH-116544)
(cherry picked from commit 2357d5b)

Co-authored-by: Matt Delengowski <matt.delengowski@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants