]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arguments...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 May 2024 08:29:47 +0000 (10:29 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 08:29:47 +0000 (08:29 +0000)
commit35649dfe05f66c94979ea24571a0fcd5e105456b
treeb4a8b623e448282151a361c90f8fc21e64b1b4b3
parent76dc1bf5be3b360f7d8c476accb0d8d53c8dfb08
[3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arguments with **kwargs (GH-103404) (GH-118984)

(cherry picked from commit 9c1520244151f36e010c1b04bedf14747a28517d)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
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]