isolate_readline_context()
don't isolates readline history
#54
Labels
Milestone
isolate_readline_context()
don't isolates readline history
#54
Steps to reproduce:
corectl python-console
(without bpython/ipython)Notes:
isolate_readline_context
&isolate_io_context
decorators should backup a copy of the history, flush it, run the decorated function, and finally flush temp history and restore the previous one.The text was updated successfully, but these errors were encountered: