Add issue 'too many expressions in star-unpacking assignment'

This commit is contained in:
Dave Halter
2017-07-30 15:13:21 +02:00
parent cc24ba61ef
commit 94ce899a86
3 changed files with 20 additions and 14 deletions

View File

@@ -51,6 +51,9 @@ class X():
nonlocal a
a = *args, *args
def glob():
global x
y: foo = x