This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andy_kl
Recipients Andy_kl, aroberge, lys.nikolaou, pablogsal, terry.reedy
Date 2022-02-26.00:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645835409.03.0.164935983267.issue46838@roundup.psfhosted.org>
In-reply-to
Content
@terry.reedy, I based that error message on current >>> foo(**{}, *())
SyntaxError: iterable argument unpacking follows keyword argument unpacking

and >>> foo(__debug__=True)
SyntaxError: cannot assign to __debug__

but the final error message could be anything if it explicitly says "what's wrong".
History
Date User Action Args
2022-02-26 00:30:09Andy_klsetrecipients: + Andy_kl, terry.reedy, aroberge, lys.nikolaou, pablogsal
2022-02-26 00:30:09Andy_klsetmessageid: <1645835409.03.0.164935983267.issue46838@roundup.psfhosted.org>
2022-02-26 00:30:09Andy_kllinkissue46838 messages
2022-02-26 00:30:08Andy_klcreate