##// END OF EJS Templates
IPython/core/history.py: Handle RuntimeError on Thread.start (#14318)...
IPython/core/history.py: Handle RuntimeError on Thread.start (#14318) On the emscripten (Pyodide), `HistorySavingThread.start` raises `RuntimeError`. We handle this exception here. It also reveals a misplaced `atexit` call, which we also fix here.
M Bussonnier -
r28625:0a3cf8f6 merge
Show More
Name Size Modified Last Commit Author
/ IPython / core / magics
__init__.py Loading ...
ast_mod.py Loading ...
auto.py Loading ...
basic.py Loading ...
code.py Loading ...
config.py Loading ...
display.py Loading ...
execution.py Loading ...
extension.py Loading ...
history.py Loading ...
logging.py Loading ...
namespace.py Loading ...
osm.py Loading ...
packaging.py Loading ...
pylab.py Loading ...
script.py Loading ...