We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b6be8 commit 17ba245Copy full SHA for 17ba245
ipykernel/kernelbase.py
@@ -411,10 +411,6 @@ def dispatch_queue(self):
411
"""
412
413
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
418
try:
419
yield self.process_one()
420
except Exception:
0 commit comments