[issue19366] Segfault in REPL due to escaped tab.

Ned Deily report at bugs.python.org
Wed Oct 23 20:05:33 CEST 2013


Ned Deily added the comment:

This is a duplicate of Issue18458. The problem is due to an incompatible update to the GNU readline compatibility layer of the editline shared library (libedit) in OS X 10.9.  The fix for this will be in the upcoming Python 2.7.6 and 3.3.3 maintenance releases, expected soon. In the meantime, the workaround proposed in the Stackoverflow comment will eliminate the crash.  (Issue18458 will be updated shortly to include a script to do this.)

----------
assignee: ronaldoussoren -> ned.deily
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> interactive interpreter crashes and test_readline fails with newer versions of libedit

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19366>
_______________________________________


More information about the Python-bugs-list mailing list