]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
authorHongWeipeng <hongweichen8888@sina.com>
Mon, 20 Apr 2020 20:01:53 +0000 (04:01 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2020 20:01:53 +0000 (21:01 +0100)
commita25a04fea5446b1712cde0cff556574be139285a
tree934463e1c9cfd539287f99cd7fb496f141afa23a
parenteba9f6155df59c9beed97fb5764c9f01dd941af0
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)

https://bugs.python.org/issue39942
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]