Skip to content

Commit

Permalink
No sleep in pipe reader loop
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 16, 2015
1 parent 343973d commit 578709d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pexpect/popen_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def _read_incoming(self):
return

self._read_queue.put(buf)
time.sleep(0.001)

def write(self, s):
'''This is similar to send() except that there is no return value.
Expand Down

0 comments on commit 578709d

Please sign in to comment.