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 martin.panter, stefanholek, vstinner
Date 2016-06-21.03:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466481002.37.0.156735112052.issue12186@psf.upfronthosting.co.za>
In-reply-to
Content
This seems like something that should be fixed in Readline, rather than Python. Judging by the rl_clear_history() documentation, it sounds like this is private data. Maybe we need a version of rl_free_undo_list() that works for old history items, or a Readline library wrapper for free_history_entry().
History
Date User Action Args
2016-06-21 03:50:02martin.pantersetrecipients: + martin.panter, vstinner, stefanholek
2016-06-21 03:50:02martin.pantersetmessageid: <1466481002.37.0.156735112052.issue12186@psf.upfronthosting.co.za>
2016-06-21 03:50:02martin.panterlinkissue12186 messages
2016-06-21 03:50:02martin.pantercreate