Dynamo version
2.11
Operating system
Win 10
What did you do?
Ran this graph (remove the .txt extension), which passes a single item of various data types into both the Python 2 and Python 3 engine, to test if the object contains an __iter__ attribute.
Python Iter attr issue.dyn.txt
What did you expect to see?
Consistent results in Python 2 and Python 3, showing a 'false' result for most code.
What did you see instead?
Incorrect results for the Python 3 engine for strings and geometry, as shown in this gif:

Dynamo version
2.11
Operating system
Win 10
What did you do?
Ran this graph (remove the .txt extension), which passes a single item of various data types into both the Python 2 and Python 3 engine, to test if the object contains an
__iter__attribute.Python Iter attr issue.dyn.txt
What did you expect to see?
Consistent results in Python 2 and Python 3, showing a 'false' result for most code.
What did you see instead?
Incorrect results for the Python 3 engine for strings and geometry, as shown in this gif:
