revert 63965 for preformance reasons

This commit is contained in:
Benjamin Peterson 2008-06-05 23:02:33 +00:00
parent 30dc7b8ce2
commit 8456f64ce2
1 changed files with 1 additions and 1 deletions

View File

@ -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: