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 serhiy.storchaka
Recipients JelleZijlstra, gvanrossum, kj, miss-islington, serhiy.storchaka
Date 2022-01-27.21:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643317766.11.0.846166591957.issue44791@roundup.psfhosted.org>
In-reply-to
Content
PR 27518 fixes a substitution of a ParamSpec variable with a Concatenate nad a list of types. It is not specified explicitly in PEP 612, but it does not contradict it.

PR 30969 makes an ellipsis be valid as the last argument of Concatenate to fix a substitution of a ParamSpec variable with an ellipsis. It contradicts with PEP 612 which allows only a ParamSpec variable there.
History
Date User Action Args
2022-01-27 21:09:26serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, JelleZijlstra, miss-islington, kj
2022-01-27 21:09:26serhiy.storchakasetmessageid: <1643317766.11.0.846166591957.issue44791@roundup.psfhosted.org>
2022-01-27 21:09:26serhiy.storchakalinkissue44791 messages
2022-01-27 21:09:26serhiy.storchakacreate