Skip to content

Commit d419879

Browse files
committed
Merge remote-tracking branch 'origin/test_downstream' into test_downstream
2 parents 6ab9395 + 8c67a40 commit d419879

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)