This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sobolevn
Recipients kj, sobolevn
Date 2022-01-18.13:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642512737.13.0.839699865567.issue46424@roundup.psfhosted.org>
In-reply-to
Content
This condition is not covered: https://github.com/python/cpython/blob/bdf2ab1887a2edfb089a3c2a1590cf1e84ea0048/Lib/typing.py#L1674-L1677

I propose to add a test for it, because `Annotated[int]` is invalid.

PR is on its way :)
History
Date User Action Args
2022-01-18 13:32:17sobolevnsetrecipients: + sobolevn, kj
2022-01-18 13:32:17sobolevnsetmessageid: <1642512737.13.0.839699865567.issue46424@roundup.psfhosted.org>
2022-01-18 13:32:17sobolevnlinkissue46424 messages
2022-01-18 13:32:17sobolevncreate