mypy
3b5a62e4
- Fix typechecking on Python 3.8 (#7953)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Fix typechecking on Python 3.8 (#7953) The Python 3.8 ast stubs now (correctly!) indicate that a key in Dict can be None. Fix fastparse to deal with this. Really the typed_ast stubs should say this also.
References
#7953 - Fix typechecking on Python 3.8
Author
msullivan
Parents
f86d08eb
Loading