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 mark.dickinson
Recipients mark.dickinson
Date 2010-08-01.19:07:36
SpamBayes Score 0.002733395
Marked as misclassified No
Message-id <1280689659.8.0.765764881173.issue9450@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the leaks in replace_history_item, remove_history_item (similar), and get_current_history_length.

I'm not sure which version of the GNU history library introduced free_history_entry (which is used by this patch).  I also haven't checked whether it's available in libedit (used on OS X).
History
Date User Action Args
2010-08-01 19:07:39mark.dickinsonsetrecipients: + mark.dickinson
2010-08-01 19:07:39mark.dickinsonsetmessageid: <1280689659.8.0.765764881173.issue9450@psf.upfronthosting.co.za>
2010-08-01 19:07:36mark.dickinsonlinkissue9450 messages
2010-08-01 19:07:36mark.dickinsoncreate