Short name describing what triggered the graph break
Missing tp_iteritem
Values or code snippet captured at the break point
_tp_iteritem on {self.python_type_name()}
Explanation of why the graph break was triggered
Dynamo does not support virtual iteration on {self.python_type_name()}. Add tp_iteritem_impl to this VariableTracker subclass.
Hints on how to resolve the graph break