]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Oct 2025 20:26:24 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Oct 2025 20:26:24 +0000 (13:26 -0700)
commit0760a572f7f3d17411d4eb828e1483c0008805fb
treeaa97469a071bd82f2703516c550eab553750b38b
parent134b4f2fd18118be0b379219608051f9b7e6d84c
[3.13] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868) (#140208)

gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868)
(cherry picked from commit 379fd020a0116754f22b04fa2f7f27a8f7b372b0)

Co-authored-by: bzoracler <50305397+bzoracler@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-09-13-12-19-17.gh-issue-138859.PxjIoN.rst [new file with mode: 0644]