Bug Report
mypyc is asserting on a type defined to be an iterable.
To Reproduce
mypyc foo.py
import os
for component in os.uname():
print(component.encode())
Expected Behavior
No assertion 😄
Actual Behavior
Assertion 😢
(Write what happened.)
Your Environment
N/A