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 r.david.murray
Recipients Carlos Pita, r.david.murray
Date 2015-03-22.01:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426986985.86.0.32810366874.issue23735@psf.upfronthosting.co.za>
In-reply-to
Content
Why would this not constitute a bug in readline?  Readline isn't going to be active all of the time in most applications, so why shouldn't it be readline's responsibility to install the signal handler at initialization and handle it?  If the application wants control of that signal, it can then install its own handler after readline initialization completes.  Clearly it used to work that way.  Is there some documentation from readline you can point us to that explains the reasoning behind this change in behavior?
History
Date User Action Args
2015-03-22 01:16:26r.david.murraysetrecipients: + r.david.murray, Carlos Pita
2015-03-22 01:16:25r.david.murraysetmessageid: <1426986985.86.0.32810366874.issue23735@psf.upfronthosting.co.za>
2015-03-22 01:16:25r.david.murraylinkissue23735 messages
2015-03-22 01:16:24r.david.murraycreate