commit | ecfacc362dd7fef7715dcd94f2e2ca6c622ef115 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Jan 27 14:34:55 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Jan 27 14:34:55 2022 +0200 |
tree | 3a907fea5ce2b03d03e7c6619e0cf12c4785d2cc | |
parent | 82bce54614f8116a40454fbbbf96a3fd460ca7df [diff] |
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518) * Substitution with a list of types returns now a tuple of types. * Substitution with Concatenate returns now a Concatenate with concatenated lists of arguments. * Substitution with Ellipsis is not supported.