Short name describing what triggered the graph break
Failed to unpack object for UNPACK_SEQUENCE
Values or code snippet captured at the break point
str(seq)
Explanation of why the graph break was triggered
{seq} cannot be unpacked into a list for the UNPACK_SEQUENCE bytecode (i.e. a, b, c = d
).
Hints on how to resolve the graph break