Raise LexerError on unterminated block comment

Previously this would result in `None` being returned by `read_comment`
which would result in a failed call to `startswith` in `tokenize`.
1 file changed