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 eryksun
Recipients eryksun, r.david.murray, shlomif
Date 2015-08-29.18:44:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440873845.11.0.125964721246.issue24958@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe the problem is using escape characters (0x1b) instead of \e. Try using the following:

"\e[5~": history-search-backward

FWIW, your inputrc doesn't crash my system (64-bit Linux, readline 6.3 and Python 3.4).
History
Date User Action Args
2015-08-29 18:44:05eryksunsetrecipients: + eryksun, r.david.murray, shlomif
2015-08-29 18:44:05eryksunsetmessageid: <1440873845.11.0.125964721246.issue24958@psf.upfronthosting.co.za>
2015-08-29 18:44:05eryksunlinkissue24958 messages
2015-08-29 18:44:04eryksuncreate