GB1752

Graph-Break Type

Short name describing what triggered the graph break

Missing tp_iteritem

Context

Values or code snippet captured at the break point

_tp_iteritem on {self.python_type_name()}

Explanation

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

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry