]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103556: [inspect.Signature] disallow pos-or-kw params without default after...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Apr 2023 15:13:02 +0000 (08:13 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2023 15:13:02 +0000 (09:13 -0600)
commitb2fdae9d86cd91fc75ca6a91f772cf805d536f42
tree3fcfb845fcc810b82531a6e45a0ddff3308180b0
parent2b5dbd1f237a013defdaf0799e0a1a3cbd0b13cc
[3.11] gh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos-only with default (GH-103557) (#103675)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2023-04-15-12-19-14.gh-issue-103556.TEf-2m.rst [new file with mode: 0644]