Skip to content

Commit 8ddbd43

Browse files
committed
Debug
1 parent 6c78380 commit 8ddbd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipykernel/subshell_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def _send_on_shell_channel(self, msg) -> None:
225225
assert current_thread().name == SHELL_CHANNEL_THREAD_NAME
226226
with self._lock_shell_socket:
227227
self._shell_socket.send_multipart(msg)
228+
self._shell_socket.flush()
228229

229230
def _stop_subshell(self, subshell_thread: SubshellThread) -> None:
230231
"""Stop a subshell thread and close all of its resources."""

0 commit comments

Comments
 (0)