Fix Py3 list comprehensions in (C-)class bodies: loop variable was declared in...
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).
Showing
Please register or sign in to comment