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 lys.nikolaou
Recipients gousaiyang, gvanrossum, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-12-31.00:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609374452.31.0.0795882837005.issue40631@roundup.psfhosted.org>
In-reply-to
Content
Yup, this all sounds much more reasonable. Thanks for the explanation, Guido.

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

This is allowed in 3.9.1 and 3.10.0a2, but not allowed in 3.9.0 and 3.10.0a1. I'll work on finding out when this got messed up and fix it.
History
Date User Action Args
2020-12-31 00:27:32lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, serhiy.storchaka, pablogsal, gousaiyang
2020-12-31 00:27:32lys.nikolaousetmessageid: <1609374452.31.0.0795882837005.issue40631@roundup.psfhosted.org>
2020-12-31 00:27:32lys.nikolaoulinkissue40631 messages
2020-12-31 00:27:32lys.nikolaoucreate