Skip to content
Snippets Groups Projects
Commit 12ea0656 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tests/cpydiff/core_function_unpacking: Fill in workaround.

parent 92657c67
No related branches found
No related tags found
No related merge requests found
"""
categories: Core,Functions
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
cause: Unknown
workaround: Unknown
workaround: The syntax below is invalid, never use it in applications.
"""
print(*(1, 2), 3)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment