[issue18458] interactive interpreter crashes and test_readline fails with newer versions of libedit

2013-10-23 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file32324/patch_readline_issue_18458.sh ___ Python tracker ___ ___ Python-bugs-list

[issue18458] interactive interpreter crashes and test_readline fails with newer versions of libedit

2013-10-23 Thread Ned Deily
Ned Deily added the comment: Robert, I appreciate your effort but I do not think it is good practice to recommend downloading and installing binary bits from the bug tracker from an uploaded file. Also, at a cursory examination, the readline.so supplied is not exactly a drop-in replacement fo

[issue18458] interactive interpreter crashes and test_readline fails with newer versions of libedit

2013-10-23 Thread Robert Xiao
Robert Xiao added the comment: I've attached a fixed readline.so built from today's 2.7 branch, for the convenience of anyone who upgraded to 10.9 and now has crashing Python. Drop the file in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload, replacing the original

[issue18458] interactive interpreter crashes and test_readline fails with newer versions of libedit

2013-10-12 Thread Ned Deily
Ned Deily added the comment: Backported to 2.7 (for 2.7.6) and 3.3 (for 3.3.3) as well. The current test_readline already covers this case. -- keywords: -needs review resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed title: libedit history offset w