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

bpo-44524: Don't modify MRO when inheriting from typing.Annotated #27841

Merged
merged 5 commits into from Aug 25, 2021

Conversation

Fidget-Spinner
Copy link
Member

@Fidget-Spinner Fidget-Spinner commented Aug 19, 2021

Lib/typing.py Show resolved Hide resolved
@Fidget-Spinner
Copy link
Member Author

Fidget-Spinner commented Aug 21, 2021

Wait don't merge yet, I need to update some things.

@Fidget-Spinner Fidget-Spinner marked this pull request as draft Aug 21, 2021
@Fidget-Spinner
Copy link
Member Author

Fidget-Spinner commented Aug 21, 2021

Interestingly, Annotated[Any, 'foo'].__name__ now returns Any, because it sets origin to Any.

This behavior is quite opinionated, but is consistent with how get_type_hints treats Annotated (it strips the Annotated information and just gives the contained type). Nonetheless, I have made it return 'Annotated'.

@Fidget-Spinner Fidget-Spinner marked this pull request as ready for review Aug 21, 2021
@Fidget-Spinner Fidget-Spinner changed the title bpo-44524: Temporarily exclude _name from typing.Annotated bpo-44524: Don't modify MRO when inheriting from typing.Annotated Aug 21, 2021
@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented Aug 25, 2021

Merge?

@Fidget-Spinner
Copy link
Member Author

Fidget-Spinner commented Aug 25, 2021

Merge?

Please do. I don't have permissions to merge this myself.

@serhiy-storchaka serhiy-storchaka merged commit 23384a1 into python:main Aug 25, 2021
11 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Aug 25, 2021

Thanks @Fidget-Spinner for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Aug 25, 2021

GH-27950 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 25, 2021
…thonGH-27841)

(cherry picked from commit 23384a1)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Aug 25, 2021
…-27841)

(cherry picked from commit 23384a1)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
@Fidget-Spinner Fidget-Spinner deleted the name_annotated branch Aug 26, 2021
@farcat farcat mannequin mentioned this pull request Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants