]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87106: Fix inspect.signature.bind() handling of positional-only arguments with...
authorJacob Walls <jacobtylerwalls@gmail.com>
Mon, 13 May 2024 07:56:09 +0000 (03:56 -0400)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 07:56:09 +0000 (10:56 +0300)
commit9c1520244151f36e010c1b04bedf14747a28517d
treee81108b9b1400f06881b638bf221f85dbad7b119
parenta705c1e44984afda2f7fb6d0816345d0843a6635
gh-87106: Fix inspect.signature.bind() handling of positional-only arguments with **kwargs (GH-103404)
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2023-04-10-00-04-37.gh-issue-87106.UyBnPQ.rst [new file with mode: 0644]