IndentationError now gets correctly recognized as syntax error. This provides us with more precise locations info for the error.end_lineno and end_offset from CPython3.10 SyntaxError. Fix an error in documentation where column numbers should start from 1 instead of 0.filename argument from the parse_module API. It turns out that this argument is actually dropped when computing error messages so it does not serve any purpose at the moment.enable_type_comment argument, controlling whether to parse type comments or not.stdio.Val_none.Initial release.
Import code from CPython 3.10.0b3.