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 pablogsal
Recipients CCLDArjun, lys.nikolaou, pablogsal
Date 2021-06-06.22:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623019377.11.0.140969698524.issue44324@roundup.psfhosted.org>
In-reply-to
Content
I suspect this is going to be a pain for malformed expressions on the right. For instance:

>>> a = {x: for x in {}}
  File "<stdin>", line 1
    a = {x: for x in {}}
            ^^^
SyntaxError: expected an expression
History
Date User Action Args
2021-06-06 22:42:57pablogsalsetrecipients: + pablogsal, lys.nikolaou, CCLDArjun
2021-06-06 22:42:57pablogsalsetmessageid: <1623019377.11.0.140969698524.issue44324@roundup.psfhosted.org>
2021-06-06 22:42:57pablogsallinkissue44324 messages
2021-06-06 22:42:57pablogsalcreate