]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130164: Fix inspect.Signature.bind() handling of positional-only args witho...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Apr 2025 09:08:06 +0000 (11:08 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 09:08:06 +0000 (09:08 +0000)
commit5c658c11f7232124704c1ee2b2efce320d68f956
treeef45e41296bc4c22dbfea1fd85fe7b4c72887989
parent5aa7aeb50fcf573cc1b88a50f4db8026c2dddc81
[3.13] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192) (GH-130271)

Follow-up to 9c15202.
(cherry picked from commit dab456dcefd886bde44eb204dc6f1b2f14de0e9d)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2025-02-16-08-56-48.gh-issue-130164.vvoaU2.rst [new file with mode: 0644]