]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in...
authorYurii Karabas <1998uriyyo@gmail.com>
Wed, 18 Aug 2021 19:08:32 +0000 (22:08 +0300)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 19:08:32 +0000 (21:08 +0200)
commita3a4d20d6798aa2975428d51f3a4f890248810cb
tree96f00098fbd62759b13d7997efd315047da3ca18
parent6fb62b42f4db56ed5efe0ca4c1059049276c1083
bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710)

This was a Python 3.9 regression.
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-08-10-16-57-10.bpo-44524.dk9QX4.rst [new file with mode: 0644]