]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Mar 2019 21:03:22 +0000 (23:03 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2019 21:03:22 +0000 (23:03 +0200)
commitf2f55e7f03d332fd43bc665a86d585a79c3b3ed4
tree2c45d185d9cdc255a5aee9117e9745f28da454fc
parentd53fe5f407ff4b529628b01a1bcbf21a6aad5c3a
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Lib/test/test_call.py
Misc/NEWS.d/next/Core and Builtins/2019-03-13-22-47-28.bpo-36282.zs7RKP.rst [new file with mode: 0644]
Python/getargs.c