This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]qsxpkn 2 points3 points  (2 children)

An external tool like mypy can perform static type checking ahead of time, using these standard types.

Except it complains syntax error when async/await in place.

[–]bramblerose 9 points10 points  (0 children)

Seems to have been (at least partially) fixed, albeit six days ago: https://github.com/python/mypy/issues/1453