mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-28 13:52:30 +08:00
Add issue 'too many expressions in star-unpacking assignment'
This commit is contained in:
@@ -51,6 +51,9 @@ class X():
|
||||
nonlocal a
|
||||
|
||||
|
||||
a = *args, *args
|
||||
|
||||
|
||||
def glob():
|
||||
global x
|
||||
y: foo = x
|
||||
|
||||
Reference in New Issue
Block a user