mypy
125728a5 - Fix parser when using Python 3.9 (#8716)

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
Author
Parents
Loading