You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching bpython.embed() from IPython shell causes a crash
Steps to reproduce
$ ipython -c 'import bpython; bpython.embed()'
[TerminalIPythonApp] WARNING | Error in executing line in user namespace: import bpython;bpython.embed()
Error in sys.excepthook:
Original exception was:
$ ipython
In [1]: import bpython
In [2]: bpython.embed()
Error in sys.excepthook:
Original exception was:
It looks like a empty string error is raised or something because the output does not show any actual exception.
The text was updated successfully, but these errors were encountered:
Jaakkonen
changed the title
Launching from IPython causes a crash
Launching bpython.embed() from IPython causes a crash
Aug 16, 2021
Description of bug
Launching
bpython.embed()
from IPython shell causes a crashSteps to reproduce
It looks like a empty string error is raised or something because the output does not show any actual exception.
The text was updated successfully, but these errors were encountered: