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 nirs
Recipients martin.panter, nirs, serhiy.storchaka, twouters
Date 2017-05-21.12:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495371006.03.0.0721922198487.issue29854@psf.upfronthosting.co.za>
In-reply-to
Content
This issue does not exist on OS X 10.11.6 (latest my old mac can install).

I tested using .editrc file:

$ cat ~/.editrc
history size 5

With history file with 10 items that crashes on Linux using GNU readline.

This settings is ignored, adding items to the history file without truncating it to 5 items.

I tested also truncating the size using readline.set_history_size(). It works correctly, but this means every application need to implement its own readline configuration, instead of reusing the system readline configuration.

So this bug is relevant only to GNU readline, need to skip this test when using libedit.
History
Date User Action Args
2017-05-21 12:50:06nirssetrecipients: + nirs, twouters, martin.panter, serhiy.storchaka
2017-05-21 12:50:06nirssetmessageid: <1495371006.03.0.0721922198487.issue29854@psf.upfronthosting.co.za>
2017-05-21 12:50:06nirslinkissue29854 messages
2017-05-21 12:50:05nirscreate