##// END OF EJS Templates
Backport PR #8129: Catch interrupted poll() in terminal console...
Backport PR #8129: Catch interrupted poll() in terminal console Alternative to my own PR #8108 - catch ZMQError in run_cell, and if it's caused by an interrupt, ignore it. #8108 catches the exception in the blocking kernel client API, which is more complex, especially if we want to handle the timeout nicely as proposed in the comments, but it's possibly also more convenient for other users of that API. Or perhaps not - I'm not sure what makes sense for other API consumers in this case. Fixes gh-8105
Min RK -
r20883:0d9a347c
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / preprocessors / tests
files
__init__.py Loading ...
base.py Loading ...
test_clearoutput.py Loading ...
test_coalescestreams.py Loading ...
test_csshtmlheader.py Loading ...
test_execute.py Loading ...
test_extractoutput.py Loading ...
test_highlightmagics.py Loading ...
test_latex.py Loading ...
test_revealhelp.py Loading ...
test_svg2pdf.py Loading ...