Message368938
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! |
|
Date |
User |
Action |
Args |
2020-05-15 12:13:59 | lys.nikolaou | set | recipients:
+ lys.nikolaou, gvanrossum, pablogsal |
2020-05-15 12:13:59 | lys.nikolaou | set | messageid: <1589544839.73.0.292807849981.issue40631@roundup.psfhosted.org> |
2020-05-15 12:13:59 | lys.nikolaou | link | issue40631 messages |
2020-05-15 12:13:59 | lys.nikolaou | create | |
|