Ned Deily added the comment:

This is a duplicate of Issue18458. The crash is caused by an incompatible 
change introduced in OS X 10.9 to the Apple-supplied version of libedit's 
readline compatibility layer and can affect Python versions that dynamically 
link with the system libedit (not all do).  Fixes for the problem were released 
with Python 2.7.6 and 3.3.3, and found in the latest binary installers for OS X 
on python.org. Bug fixes for Python 3.2.x are no longer being produced, only 
security fixes.  However, it *might* be possible to workaround the issue for 
3.2 by installing the third-party deadline package from PyPI 
(https://pypi.python.org/pypi/readline).

----------
assignee:  -> ronaldoussoren

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20347>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to