Commit 9fbcb329 authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent 759f12ea
......@@ -1570,7 +1570,7 @@ class CreateClosureClasses(CythonTransform):
for name, entry in node.local_scope.entries.items():
if entry.from_closure:
from_closure.append((name, entry))
elif entry.in_closure and not entry.from_closure:
elif entry.in_closure:
in_closure.append((name, entry))
return from_closure, in_closure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment