mypy
125728a5
- Fix parser when using Python 3.9 (#8716)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Fix parser when using Python 3.9 (#8716) The structure of the AST for subscripts was changed in https://github.com/python/cpython/pull/9605. This also fixes some systemic issues with the tests under Python 3.9, but not all. Fixes #8627
References
#8716 - Fix parser when using Python 3.9
Author
gvanrossum
Parents
f8051b16
Loading