mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04:00
Error messages when pass keyword arguments to some builtins that don't support keyword arguments contained double parenthesis: "()()". The regression was introduced by bpo-30534.