Update comment for builtin_compile_impl by tyomitch · Pull Request #11762 · python/cpython
No, this is intentionally undocumented, the documented way is to call ast.parse(source, filename, 'func_type'). (See also the code around L809.)
No, this is intentionally undocumented, the documented way is to call ast.parse(source, filename, 'func_type'). (See also the code around L809.)