You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating the issue! Yes, yield from is an important Python 3.3 addition. Mypy still officially only supports 3.2, though one or two 3.3+ features are already there.
The keywords added in python 3.3+ "yield from" is not supported and necessary to work with the new module tulip/asyncio.
The text was updated successfully, but these errors were encountered: