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 ned.deily
Recipients Arfrever, benjamin.peterson, georg.brandl, jhl, larry, ned.deily, python-dev, serhiy.storchaka
Date 2014-01-24.16:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390580430.38.0.951027645755.issue20374@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, I'm not sure I understand your question.  libedit includes a GNU readline compatibility layer and that is what _readline.so builds and links with on OS X systems (with an ABI of 10.5 and later) since OS X does not ship with GNU readline.  This is also the case on some BSD systems.  With your patch, _readline.so again builds correctly.
History
Date User Action Args
2014-01-24 16:20:30ned.deilysetrecipients: + ned.deily, georg.brandl, larry, benjamin.peterson, Arfrever, python-dev, serhiy.storchaka, jhl
2014-01-24 16:20:30ned.deilysetmessageid: <1390580430.38.0.951027645755.issue20374@psf.upfronthosting.co.za>
2014-01-24 16:20:30ned.deilylinkissue20374 messages
2014-01-24 16:20:29ned.deilycreate