Skip to content

Commit 17ba245

Browse files
committed
Do no flush control stream in shell thread.
1 parent a6b6be8 commit 17ba245

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ipykernel/kernelbase.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,6 @@ def dispatch_queue(self):
411411
"""
412412

413413
while True:
414-
# ensure control stream is flushed before processing shell messages
415-
if self.control_stream:
416-
self.control_stream.flush()
417-
# receive the next message and handle it
418414
try:
419415
yield self.process_one()
420416
except Exception:

0 commit comments

Comments
 (0)