renderengine.py
7.89 KB
-
Allows to use generators just like lists/tuples. · dd9184bb
This is done by treating any object with __iter__ methods the way only 'list' and 'tuple' objects were treated before. Except dictionaries, they have an __iter__ method too, but that's not what we want. All 291 tests aswell as the new one pass.
Lucas Beyer committed