]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138891: fix star-unpack in get_annotations (GH-138951) (#140384)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Oct 2025 20:20:47 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 20:20:47 +0000 (20:20 +0000)
commit62f44dda1c327a2b1fede7ebb47cf33a7a2ce6bb
treeb9d980b479ab780d4d3636b996af39a191e24f3d
parent8e93f6e203bd6cd2f22ec238442f82f52b354289
[3.14] gh-138891: fix star-unpack in get_annotations (GH-138951) (#140384)

gh-138891: fix star-unpack in get_annotations (GH-138951)
(cherry picked from commit c6be6e453730228053783f3444cb62e1425a3feb)

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