]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130164: Fix inspect.Signature.bind() handling of positional-only args without...
authorJacob Walls <jacobtylerwalls@gmail.com>
Tue, 18 Feb 2025 15:19:04 +0000 (10:19 -0500)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 15:19:04 +0000 (17:19 +0200)
commitdab456dcefd886bde44eb204dc6f1b2f14de0e9d
tree4726e5df9520677f92520883df254587ccd60fe7
parent01ba7df49966eaf14f44962a77898840c70dda96
gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192)

Follow-up to 9c15202.
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]