GB0061

Graph-Break Type

Short name describing what triggered the graph break

Failed to unpack object for BUILD_LIST_UNPACK

Context

Values or code snippet captured at the break point

str(seq)

Explanation

Explanation of why the graph break was triggered

{seq} cannot be unpacked into a list for the BUILD_LIST_UNPACK bytecode ([*x, *y, ...]).

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry