Commit 8456f64c authored by Benjamin Peterson's avatar Benjamin Peterson

revert 63965 for preformance reasons

parent 30dc7b8c
......@@ -281,7 +281,7 @@ def generate_tokens(readline):
contline = None
indents = [0]
while True: # loop over lines in stream
while 1: # loop over lines in stream
try:
line = readline()
except StopIteration:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment