We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92657c6 commit 12ea065Copy full SHA for 12ea065
1 file changed
tests/cpydiff/core_function_unpacking.py
@@ -1,7 +1,7 @@
1
"""
2
categories: Core,Functions
3
-description: Unpacking function arguments in non-last position gives incorrect result
+description: Unpacking function arguments in non-last position isn't detected as an error
4
cause: Unknown
5
-workaround: Unknown
+workaround: The syntax below is invalid, never use it in applications.
6
7
print(*(1, 2), 3)
0 commit comments