Re: python + libedit issues

2015-08-26 Thread su_v
On 2015-08-26 23:41 (+0200), Eric A. Borisch wrote: > I've recently noticed (not sure when it changed) that when I enter and > then exit() the python (using python27 in particular) interpreter built > against libedit, the tty flags (as reported by stty -a) aren't getting > reset when exiting python

python + libedit issues

2015-08-26 Thread Eric A. Borisch
I've recently noticed (not sure when it changed) that when I enter and then exit() the python (using python27 in particular) interpreter built against libedit, the tty flags (as reported by stty -a) aren't getting reset when exiting python -- most noticeably the echo flag is getting turned off. Yes