[issue40631] PEG Parser: Cannot used starred expression in parenthesised expr

Saiyang Gou report at bugs.python.org
Wed Dec 30 18:39:22 EST 2020


Saiyang Gou <gousaiyang223 at gmail.com> added the comment:

Also the current behavior allows `(*x), y = 1` assignment. If `(*x)` is to be totally disallowed, `(*x), y = 1` should also be rejected.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40631>
_______________________________________


More information about the Python-bugs-list mailing list