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 a463866 commit 37bad2cCopy full SHA for 37bad2c
1 file changed
ipykernel/eventloops.py
@@ -461,8 +461,12 @@ def process_stream_events(shell_stream):
461
if os.name=='nt':
462
stop_event = asyncio.Event()
463
t = None
464
+<<<<<<< HEAD
465
466
>>>>>>> 29a00ff (update)
467
+=======
468
+
469
+>>>>>>> 9b557bc (update)
470
def blocking_poll():
471
poller = zmq.Poller()
472
poller.register(shell_stream.socket, zmq.POLLIN)
0 commit comments