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 gvanrossum, lys.nikolaou, pablogsal
Date 2020-05-15.12:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589544839.73.0.292807849981.issue40631@roundup.psfhosted.org>
In-reply-to
Content
Whoops, false alarm.

It's just that we moved the check for invalid starred expressions to the parser, while it previously was in the compiler.

╰─ ./python.exe -X oldparser
Python 3.9.0a6+ (heads/master-dirty:003708bcf8, May 15 2020, 15:08:21)
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> (*a)
  File "<stdin>", line 1
SyntaxError: can't use starred expression here

Sorry for the noise!
History
Date User Action Args
2020-05-15 12:13:59lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, pablogsal
2020-05-15 12:13:59lys.nikolaousetmessageid: <1589544839.73.0.292807849981.issue40631@roundup.psfhosted.org>
2020-05-15 12:13:59lys.nikolaoulinkissue40631 messages
2020-05-15 12:13:59lys.nikolaoucreate