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 sobolevn
Date 2022-01-16.08:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642321657.38.0.740460399913.issue46395@roundup.psfhosted.org>
In-reply-to
Content
Right now all `Concatenate` tests do not cover `Callable[..., Concatenate]` case.

Link: https://github.com/python/cpython/blob/09087b8519316608b85131ee7455b664c00c38d2/Lib/test/test_typing.py#L4862-L4877

I think, that this should be improved. It is an important case.
PR is on its way.
History
Date User Action Args
2022-01-16 08:27:37sobolevnsetrecipients: + sobolevn
2022-01-16 08:27:37sobolevnsetmessageid: <1642321657.38.0.740460399913.issue46395@roundup.psfhosted.org>
2022-01-16 08:27:37sobolevnlinkissue46395 messages
2022-01-16 08:27:37sobolevncreate