]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (...
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Sun, 21 Jun 2026 22:08:01 +0000 (01:08 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2026 22:08:01 +0000 (15:08 -0700)
commit7782794850f1ba7f100ca65daf4caa083a3b5101
treef2b8379fcd8b558b0ff1e37b51c1f81f925c121a
parent30aeeb375b8f6c1f0eec95f7af60d3d4afa37f33
gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (#151837)
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-21-12-55-18.gh-issue-151665.82fmzx.rst [new file with mode: 0644]
Python/codegen.c