mirror of https://github.com/python/cpython
Browse Source
This is invoked by mypy, using ast.parse(source, "<func_type>", "func_type"). Since the new grammar doesn't yet support the func_type_input start symbol we must use the old compiler in this case to prevent a crash. https://bugs.python.org/issue40334pull/19695/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue