GB2444

Graph-Break Type

Short name describing what triggered the graph break

MAKE_CELL on a free variable name

Context

Values or code snippet captured at the break point

MAKE_CELL {inst.argval}

Explanation

Explanation of why the graph break was triggered

An inlined comprehension creates a cell whose name {inst.argval} is also a free variable of the enclosing function.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry