SIGN IN SIGN UP

bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238)

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]`.
M
Michael J. Sullivan committed
d8320ecb86da8df7c13d8bf8582507f736aa2924
Parent: 6236c98
Committed by Ivan Levkivskyi <levkivskyi@gmail.com> on 5/11/2019, 6:17:24 PM