Move the readline import out of the top (module) level
This fixes #166. I have no idea why, but if readline is really libedit (like for a system or python.org install on Mac), it causes the built in shell to break the terminal inputs, but only when imported at the top level. If the import is deferred, as far as I've seen, it doesn't happen.
Loading
Please sign in to comment