mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 13:12:19 +08:00
Break Interpreter completion even more in favor of a better solution in the future.
This commit is contained in:
@@ -226,8 +226,6 @@ class Parser(object):
|
||||
|
||||
def _tokenize(self, tokenizer):
|
||||
for typ, value, start_pos, prefix in tokenizer:
|
||||
if typ == ERRORTOKEN:
|
||||
raise ParseError
|
||||
yield typ, value, prefix, start_pos
|
||||
|
||||
def error_recovery(self, grammar, stack, arcs, typ, value, start_pos, prefix,
|
||||
|
||||
Reference in New Issue
Block a user