diff --git a/Python/compile.c b/Python/compile.c index 80583c3894bd03..6050b7281fa051 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -5190,6 +5190,7 @@ compiler_call_helper(struct compiler *c, location loc, return SUCCESS; } + /* List and set comprehensions work by being inlined at the location where they are defined. The isolation of iteration variables is provided by pushing/popping clashing locals on the stack. Generator expressions work