]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101031)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 23 Jan 2023 07:52:58 +0000 (10:52 +0300)
committerGitHub <noreply@github.com>
Mon, 23 Jan 2023 07:52:58 +0000 (07:52 +0000)
commit807d6b576fa37f3ab7eb951297cb365c0c198595
treefc498ab1ba2db515d3528d52050180ee77aead6c
parentd717be04dc7876696cb21ce7901bda0214c4b2e0
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101031)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-01-14-12-58-21.gh-issue-101015.stWFid.rst [new file with mode: 0644]