Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ipykernel/kernelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ async def process_control(self, msg):

# Set the parent message for side effects.
self.set_parent(idents, msg, channel='control')
self._publish_status('busy', 'control')

header = msg['header']
msg_type = header['msg_type']
Expand All @@ -284,7 +283,6 @@ async def process_control(self, msg):

sys.stdout.flush()
sys.stderr.flush()
self._publish_status('idle', 'control')
# flush to ensure reply is sent
self.control_stream.flush(zmq.POLLOUT)

Expand Down