diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-05-07 10:44:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 10:44:06 (GMT) |
commit | 4638c6429575bd6de26b12b2af5df74d6568b553 (patch) | |
tree | db027fceca158090caf8f194fc577d6631f82daa /Include/cpython/methodobject.h | |
parent | 2f37c355ab0e9ec9c1753985d27c41fa0bd719b9 (diff) | |
download | cpython-4638c6429575bd6de26b12b2af5df74d6568b553.zip cpython-4638c6429575bd6de26b12b2af5df74d6568b553.tar.gz cpython-4638c6429575bd6de26b12b2af5df74d6568b553.tar.bz2 |
bpo-40334: Error message for invalid default args in function call (GH-19973)
When parsing something like `f(g()=2)`, where the name of a default arg
is not a NAME, but an arbitrary expression, a specialised error message
is emitted.
Diffstat (limited to 'Include/cpython/methodobject.h')
0 files changed, 0 insertions, 0 deletions