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 gousaiyang
Recipients gousaiyang, gvanrossum, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-12-30.23:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609371562.86.0.862632403017.issue40631@roundup.psfhosted.org>
In-reply-to
Content
Also the current behavior allows `(*x), y = 1` assignment. If `(*x)` is to be totally disallowed, `(*x), y = 1` should also be rejected.
History
Date User Action Args
2020-12-30 23:39:22gousaiyangsetrecipients: + gousaiyang, gvanrossum, serhiy.storchaka, lys.nikolaou, pablogsal
2020-12-30 23:39:22gousaiyangsetmessageid: <1609371562.86.0.862632403017.issue40631@roundup.psfhosted.org>
2020-12-30 23:39:22gousaiyanglinkissue40631 messages
2020-12-30 23:39:22gousaiyangcreate