Short name describing what triggered the graph break
repr() on non-constant defaultdict
Values or code snippet captured at the break point
repr() on defaultdict with non-constant default_factory or values
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 on how to resolve the graph break