This has nothing to do with sys.setdefaultencoding(), it's because the
sys module is reloaded. bpython sets sys.stdout, sys.stderr and
sys.stdin to its own objects (needed because of the use of curses), but
the reload of sys resets those attributes back to its original values.
I don't really agree
Already fixed in upstream and shouldn't happen with later versions
anymore.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/554796
Title:
bpython crashed with error in clear_wrapped_lines()
--
ubunt