Skip to content

Commit 55f44a1

Browse files
author
Quentin Peter
committed
Block while waiting for reply
1 parent 9f33e69 commit 55f44a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def _input_request_loop_step(self):
926926
self.eventloop(self)
927927
return self._stdin_msg
928928
else:
929-
ident, reply = self.session.recv(self.stdin_socket)
929+
ident, reply = self.session.recv(self.stdin_socket, 0)
930930
return reply
931931

932932
def _at_shutdown(self):

0 commit comments

Comments
 (0)