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
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
I've just tried
mypy --fast-parser --python-version 3.6on code that utilizes some new Python 3.6 features and it failed.Breaking features:
error: invalid syntaxerror: 'yield' in async functionerror: invalid syntax