Commit 4b5111f8 authored by Damien George's avatar Damien George

tests/cpydiff: Remove core_function_unpacking now that it succeeds.

Commit 1e70fda6 fixes this difference.
parent 3cf02be4
"""
categories: Core,Functions
description: Unpacking function arguments in non-last position isn't detected as an error
cause: Unknown
workaround: The syntax below is invalid, never use it in applications.
"""
print(*(1, 2), 3)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment