GB2669

Graph-Break Type

Short name describing what triggered the graph break

Comprehension graph break in resume function with captured variables

Context

Values or code snippet captured at the break point

str(analysis.captured_vars)

Explanation

Explanation of why the graph break was triggered

Cannot use comprehension optimization inside a resume function when there are captured variables. This can cause issues with deeply nested source chains.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry