]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:39:45 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 09:39:45 +0000 (09:39 +0000)
commit40f81e1060aa9c8034b568e8003cd6a0d32ff285
tree4c022808e1a58c678a5a7823e7e87b91fa9e3e2b
parentaab69a8214ef060cde6187a24a478ef8508a2c35
[3.12] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192) (GH-132259)

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]