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 gvanrossum, kj, sobolevn
Date 2022-01-16.09:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642325843.92.0.70186902851.issue46395@roundup.psfhosted.org>
In-reply-to
Content
> Sorry I'm confused: Callable[..., Concatenate] is invalid usage. So I don't think we need to test it.

Yes, my bad :)

In this case, do we need to make this a `TypeError`? Right now you can use `Concatenate` as the return type.
History
Date User Action Args
2022-01-16 09:37:23sobolevnsetrecipients: + sobolevn, gvanrossum, kj
2022-01-16 09:37:23sobolevnsetmessageid: <1642325843.92.0.70186902851.issue46395@roundup.psfhosted.org>
2022-01-16 09:37:23sobolevnlinkissue46395 messages
2022-01-16 09:37:23sobolevncreate