Skip to content

Conversation

@sobolevn
Copy link
Member

@sobolevnsobolevn commented Jan 19, 2022

(cherry picked from commit 2792d6d)

Co-authored-by: Nikita Sobolev [email protected]

https://bugs.python.org/issue46416

…pythonGH-30641) Use `__name__`. (cherry picked from commit 2792d6d) Co-authored-by: Nikita Sobolev <[email protected]>
X = List[Annotated[T, 5]]
self.assertEqual(X[int], List[Annotated[int, 5]])

def test_annotated_mro(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks unrelated to your PR title, any idea what happened?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I backported a different commit 🤔

Thanks for noticing!

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the same result second time: #30707

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sobolevn@JelleZijlstra@the-knights-who-say-ni@bedevere-bot