This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients bkabrda, dmalcolm, ned.deily, pitrou, python-dev, skrah, vajrasky, vstinner
Date 2014-07-24.19:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa0itfKdUar9B=0mce37PRD7U1y3NGKR_7-ShCkBFZ9Fw@mail.gmail.com>
In-reply-to <1406226259.46.0.560153640606.issue19884@psf.upfronthosting.co.za>
Content
> The changes are also causing segfaults when readline is linked with BSD libedit (the default on OS X) rather than GNU readline:

Oh wow. Do you have an idea of to fix the issue with libedit? Or make
the code condition, only use it with native readline?
History
Date User Action Args
2014-07-24 19:07:13vstinnersetrecipients: + vstinner, pitrou, ned.deily, skrah, dmalcolm, python-dev, bkabrda, vajrasky
2014-07-24 19:07:13vstinnerlinkissue19884 messages
2014-07-24 19:07:13vstinnercreate