mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
In the parser, when using the type_comments=True option, recognize a TYPE_IGNORE as anything containing `# type: ignore` followed by a non-alphanumeric character. This is to allow ignores such as `# type: ignore[E1000]`.