]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Apr 2020 20:24:35 +0000 (13:24 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2020 20:24:35 +0000 (13:24 -0700)
commit41660cac63c1a216e43335007e329e213054100e
treea064da64f7a23e52220923aad6675c5567028979
parent887ff8e37e238fbce18c647e588283904f38ab24
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)

https://bugs.python.org/issue39942
(cherry picked from commit a25a04fea5446b1712cde0cff556574be139285a)

Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-04-20-20-16-02.bpo-39942.NvGnTc.rst [new file with mode: 0644]