3.0.24
Fixes:
- Don't show "Impossible to read config file" warnings when no config file was passed to
run_config(). - IPython integration fixes:
- Fix top-level await in IPython.
- Fix IPython
DeprecationWarning.
- Output printing fixes:
- Paginate exceptions if pagination is enabled.
- Handle big outputs without running out of memory.
- Asyncio REPL improvements:
- From now on, passing
--asynciois required to activate the asyncio-REPL. This will ensure that an event loop is created at the start in which we can run top-level await statements. - Use
get_running_loop()instead ofget_event_loop(). - Better handling of
SystemExitand control-c in the async REPL.
- From now on, passing