mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 22:25:53 +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