GB0077

Graph-Break Type

Short name describing what triggered the graph break

Length mismatch when unpacking object for UNPACK_SEQUENCE

Context

Values or code snippet captured at the break point

expected length: {inst.argval}, actual: {len(val)}

Explanation

Explanation of why the graph break was triggered

{seq} unpacked to a list for the UNPACK_SEQUENCE bytecode (i.e. a, b, c = d) with unexpected length.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry