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 martin.panter
Recipients Arfrever, benjamin.peterson, donmez, koobs, martin.panter, tfiala, vstinner
Date 2016-06-21.14:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466517814.87.0.85252656092.issue20631@psf.upfronthosting.co.za>
In-reply-to
Content
I think an answer to Benjamin’s question is necessary to move this forward. The code already checks the index before calling history_get(). How do you manage to get null pointers returned for every history item?

In the LLVM bug thread, I noticed “libedit” a.k.a. Editline mentioned a few times. Are you sure Python is using Gnu Readline, or is it somehow hooking into Editline? Python only really supports Editline on Apple, not Linux (see Issue 13501 for expanding that support).
History
Date User Action Args
2016-06-21 14:03:34martin.pantersetrecipients: + martin.panter, vstinner, donmez, benjamin.peterson, Arfrever, koobs, tfiala
2016-06-21 14:03:34martin.pantersetmessageid: <1466517814.87.0.85252656092.issue20631@psf.upfronthosting.co.za>
2016-06-21 14:03:34martin.panterlinkissue20631 messages
2016-06-21 14:03:34martin.pantercreate