Skip to content

Commit 12ea065

Browse files
committed
tests/cpydiff/core_function_unpacking: Fill in workaround.
1 parent 92657c6 commit 12ea065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
categories: Core,Functions
3-
description: Unpacking function arguments in non-last position gives incorrect result
3+
description: Unpacking function arguments in non-last position isn't detected as an error
44
cause: Unknown
5-
workaround: Unknown
5+
workaround: The syntax below is invalid, never use it in applications.
66
"""
77
print(*(1, 2), 3)

0 commit comments

Comments
 (0)