]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-101031)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Jan 2023 08:20:15 +0000 (00:20 -0800)
committerGitHub <noreply@github.com>
Mon, 23 Jan 2023 08:20:15 +0000 (00:20 -0800)
commit29ff9daf823ec7af7875c6642f1e191ed48e3b73
treef0c0c33f47d1aabed969c84c2a76f049eb92e995
parent69d12d868ed551b45ed449e73b30db96dbc3e45b
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-101031)

(cherry picked from commit 807d6b576fa37f3ab7eb951297cb365c0c198595)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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]