R. David Murray added the comment:

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?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23735>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to