]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138891: fix star-unpack in get_annotations (GH-138951) (#146491)
authorBrian Schubert <brianm.schubert@gmail.com>
Thu, 26 Mar 2026 21:39:27 +0000 (17:39 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 21:39:27 +0000 (21:39 +0000)
commitf4f598a28a52e030124fbf24b89b501d1ffc1647
treefe51ecae89b7dd9b33de455974094c3d5edd1997
parent2bb1ac21622a648c800d5f39babe427f40a97389
[3.13] gh-138891: fix star-unpack in get_annotations (GH-138951) (#146491)

(cherry picked from commit c6be6e453730228053783f3444cb62e1425a3feb)

Co-authored-by: Christoph Walcher <christoph-wa@gmx.de>
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-09-15-21-03-11.gh-issue-138891.oZFdtR.rst [new file with mode: 0644]