mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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/issue40334
Miscellaneous source files for the main Python shared library