◐ Shell
clean mode source ↗

[3.9] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641) by sobolevn · Pull Request #30698 · python/cpython

Conversation

…pythonGH-30641)

Use `__name__`.
(cherry picked from commit 2792d6d)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

JelleZijlstra

X = List[Annotated[T, 5]]
self.assertEqual(X[int], List[Annotated[int, 5]])

def test_annotated_mro(self):

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?

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!

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

Labels