commit | 81fa08c5ea2cf15254b951034b9d6c7358f96d79 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Aug 28 11:09:45 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat Aug 28 11:09:45 2021 -0700 |
tree | fc4d745be06f471fda1ccdf71555a4fe19077f23 | |
parent | cd986e903176d28ed795f65ba14e6fcbf2a65e3d [diff] |
bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) This was a Python 3.9 regression. (cherry picked from commit a3a4d20d6798aa2975428d51f3a4f890248810cb) Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>