GB1584

Graph-Break Type

Short name describing what triggered the graph break

repr() on nested function with non-constructible closure

Context

Values or code snippet captured at the break point

repr() on nested function {self.fn_name.as_python_constant()}: {e}

Explanation

Explanation of why the graph break was triggered

Dynamo could not safely evaluate repr() for this nested function because it could not reconstruct its closure as Python constants.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry