-
Stefan Behnel authored
Fix Py3 list comprehensions in (C-)class bodies: loop variable was declared in the object struct instead of the scope that declared the class (usually the module init function).
acd03a26
Fix Py3 list comprehensions in (C-)class bodies: loop variable was declared in the object struct instead of the scope that declared the class (usually the module init function).