commit | 89db09029566cf3af04b540e33fe1ff9b32f8c8b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jan 27 05:01:24 2022 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 27 05:01:24 2022 -0800 |
tree | 55e2f559e973155983f8505ee082925ca7834a85 | |
parent | 2572c670d42887e4b1d2475b8da2e9bf6e0aa558 [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. (cherry picked from commit ecfacc362dd7fef7715dcd94f2e2ca6c622ef115) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>