]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:29 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Oct 2025 20:26:29 +0000 (13:26 -0700)
commit54261b67825811a0dcc07a0cc6dfc85bbeb0c79f
tree8ea7ed2860e814129951a6ade2093048f2d88119
parent12903c098be9c9c775d3f26dd4adbea2c7823b6d
[3.14] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868) (#140207)

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]