]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151665: Fix inspect.signature() on type alias and type parameter evaluators...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Jun 2026 22:35:40 +0000 (00:35 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2026 22:35:40 +0000 (22:35 +0000)
commit6d6b0c50be370bce5ad65d7a312cd3cedf8139ca
tree0c3a4ebb992abf505c176ca753895fe7a18a8b16
parente2d2f6e0f7591a973bb8d8a4cab9c90f004c31fa
[3.14] gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (GH-151787) (#151880)

[3.15] gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (GH-151787)
(cherry picked from commit 453714a2dc0d16e6e6b8cff70801dfc1284bf74d)

Co-authored-by: Timofei <128279579+deadlovelll@users.noreply.github.com>
Lib/inspect.py
Lib/test/test_type_params.py
Misc/NEWS.d/next/Library/2026-06-20-14-47-55.gh-issue-151665.82fmzx.rst [new file with mode: 0644]