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 Britton Kerin
Recipients Britton Kerin
Date 2017-11-11.22:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510438682.67.0.213398074469.issue32009@psf.upfronthosting.co.za>
In-reply-to
Content
This probably applies to more recent version also.

It may be a readline bug, but I haven't seen it except when using the python interface, despite using this same .inputrc file with many different command line programs.

I've attached the ~/.inputrc which are required to trigger the problem. 
This simple script will allow the problem to be reproduced:

     #!/usr/bin/python3.4-dbg

     import readline

     input('the_prompt> ')

After launching test.py with the given ~/.inputrc in place, simply type Cntrl-q to trigger the seg fault.

Perhaps if this can be confirmed to be a readline issue someone can submit a bug report to that project.

Britton
History
Date User Action Args
2017-11-11 22:18:02Britton Kerinsetrecipients: + Britton Kerin
2017-11-11 22:18:02Britton Kerinsetmessageid: <1510438682.67.0.213398074469.issue32009@psf.upfronthosting.co.za>
2017-11-11 22:18:02Britton Kerinlinkissue32009 messages
2017-11-11 22:18:02Britton Kerincreate