Fix an issue with starred arguments and if they are defined or used.

This commit is contained in:
Dave Halter
2017-07-30 18:42:36 +02:00
parent 94ce899a86
commit 45b965063e
2 changed files with 17 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ class X():
a = *args, *args
error[(*args, *args)] = 3
*args, *args
def glob():