GB0459

Graph-Break Type

Short name describing what triggered the graph break

repr() on non-constant defaultdict

Context

Values or code snippet captured at the break point

repr() on defaultdict with non-constant default_factory or values

Explanation

Explanation of why the graph break was triggered

Dynamo could not safely evaluate repr() for this defaultdict because its default_factory or contents are not Python constants.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry