diff --git a/Python/compile.c b/Python/compile.c index ccb3bd526bbb49..bf7e95e1cd73a3 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -5314,6 +5314,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