Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 59e313b + eadea37 commit da39e25Copy full SHA for da39e25
1 file changed
IPython/terminal/pt_inputhooks/qt.py
@@ -64,7 +64,7 @@ def inputhook(context):
64
timer.timeout.connect(event_loop.quit)
65
while not context.input_is_ready():
66
timer.start(50) # 50 ms
67
- event_loop.exec_()
+ _exec(event_loop)
68
timer.stop()
69
else:
70
# On POSIX platforms, we can use a file descriptor to quit the event
0 commit comments