]> 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:22:34 +0000 (13:22 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2020 20:22:34 +0000 (13:22 -0700)
commit694a95ff437613e6295f531336b5bc7cab9e3713
treeb03bed6398fefef8f3afb12d567b23a5110f9c83
parentd0d4e33d26a5463d7a4536525f9c6501ef2b3c17
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]