GB4347

Graph-Break Type

Short name describing what triggered the graph break

Missing tp_iternext

Context

Values or code snippet captured at the break point

next({self.python_type_name()})

Explanation

Explanation of why the graph break was triggered

Dynamo does not support next() on {self.python_type_name()}. Add tp_iternext_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