mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
This commit is contained in:
parent
615537e62f
commit
0cd33e11fe
3 changed files with 6 additions and 1 deletions
|
@ -7143,6 +7143,7 @@ class SpecialAttrsTests(BaseTestCase):
|
|||
typing.Self: 'Self',
|
||||
# Subscribed special forms
|
||||
typing.Annotated[Any, "Annotation"]: 'Annotated',
|
||||
typing.Annotated[int, 'Annotation']: 'Annotated',
|
||||
typing.ClassVar[Any]: 'ClassVar',
|
||||
typing.Concatenate[Any, SpecialAttrsP]: 'Concatenate',
|
||||
typing.Final[Any]: 'Final',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue