]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specia...
authorBas van Beek <43369155+BvB93@users.noreply.github.com>
Fri, 6 Aug 2021 13:36:35 +0000 (15:36 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 13:36:35 +0000 (15:36 +0200)
commit8bdf12e99a3dc7ada5f85bba79c2a9eb9931f5b0
tree8f9abe8a0553936e1978be3d297d8479f80d9caf
parentc24896c0e3b32c8a9f614ef51366007b67d5c665
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>
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]