commit | 85b58292cf94de74d028053ac33a65f269f305cb | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jul 18 04:59:25 2021 -0700 |
committer | GitHub <noreply@github.com> | Sun Jul 18 14:59:25 2021 +0300 |
tree | 304937fd8c945ea985e8208da171bb9d097561b7 | |
parent | 03aad3049d1591c76a219dfe089e5367f88f167e [diff] |
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224) A TypeError is now raised instead of returning NotImplemented. (cherry picked from commit 3ea5332a4365bdd771286b3e9692495116e9ceef) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>