GB2549

Graph-Break Type

Short name describing what triggered the graph break

infinite generator detected

Context

Values or code snippet captured at the break point

Explanation

Explanation of why the graph break was triggered

Dynamo traced the YIELD_VALUE bytecode too many times. This could mean that we have attempted to trace an infinite generator.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry