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 Eric Price
Recipients Carlos Pita, Christian Zommerfelds, Eric Price, count0, johnmorr, josh.r, martin.panter, neologix, r.david.murray, takluyver
Date 2016-03-27.04:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459053659.16.0.396678030631.issue23735@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I could piggyback on the existing flags if I just wanted to support readline -- there are already two flags for readline 4.0 -- but if our real goal is to be compatible with editline, we probably need another flag.

I think you're right that it should reinstall itself, in case it's installed using signal().

I've made a new patch that includes a config flag and puts everything inside the ifdefs.
History
Date User Action Args
2016-03-27 04:40:59Eric Pricesetrecipients: + Eric Price, r.david.murray, neologix, takluyver, martin.panter, josh.r, Carlos Pita, count0, johnmorr, Christian Zommerfelds
2016-03-27 04:40:59Eric Pricesetmessageid: <1459053659.16.0.396678030631.issue23735@psf.upfronthosting.co.za>
2016-03-27 04:40:59Eric Pricelinkissue23735 messages
2016-03-27 04:40:58Eric Pricecreate