]> granicus.if.org Git - python/commit
bpo-38478: Correctly handle keyword argument with same name as positional-only parame...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 15 Oct 2019 11:40:02 +0000 (12:40 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 11:40:02 +0000 (12:40 +0100)
commitf3ef06a7cb347ab7bd3cc2b0b3dcebe4f9ff36f9
tree14fd293892933aadf389040db8e2be63cab4abf6
parenteb1dda2b56f67f09352c303588c28880c471ae87
bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2019-10-15-11-37-57.bpo-38478.A87OPO.rst [new file with mode: 0644]