]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specia...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Aug 2021 17:08:27 +0000 (10:08 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 17:08:27 +0000 (10:08 -0700)
commit36a2497093f0c66c2fb1667308691561c1bbe3f4
treed98894ceebca2b5905b8a525e06a8c406f922aaf
parent2ae2235c7a7627725df40c7875245cd17d90f39f
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit 8bdf12e99a3dc7ada5f85bba79c2a9eb9931f5b0)

Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-08-05-18-20-17.bpo-44524.9T1tfe.rst [new file with mode: 0644]